Changes between Initial Version and Version 1 of Ticket #5536, comment 4


Ignore:
Timestamp:
Mar 24, 2016, 4:39:08 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5536, comment 4

    initial v1  
    11The following patch allows xffm to build:
    22
     3{{{
    34--- libs/callbacks.c.old        2006-02-14 06:56:36.000000000 -0500
    45+++ libs/callbacks.c    2006-02-14 06:57:01.000000000 -0500
     
    78 
    89     for (tree_id=0; tree_id<TREECOUNT; tree_id++) {     
    9 -      static gboolean unsel(GtkTreeModel *,GtkTreePath *, GtkTreeIter *, gpoint
    10 er);
    11 +      static gboolean (*unsel)(GtkTreeModel *,GtkTreePath *, GtkTreeIter *, gpo
    12 inter);
    13        /*printf("DBG: treeview is  0x%x==0x%x\n",tree_details->treestuff[tree_id
    14 ].treeview,treeview);*/
     10-      static gboolean unsel(GtkTreeModel *,GtkTreePath *, GtkTreeIter *, gpointer);
     11+      static gboolean (*unsel)(GtkTreeModel *,GtkTreePath *, GtkTreeIter *, gpointer);
     12       /*printf("DBG: treeview is  0x%x==0x%x\n",tree_details->treestuff[tree_id].treeview,treeview);*/
    1513       if (treeview != tree_details->treestuff[tree_id].treeview){
    1614         /* unselect all in auxiliary treeview */
     15}}}
    1716
    18