Diff of /trunk/src/gpxview.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by harbaum, Sat Jun 20 11:08:47 2009 UTC revision 2 by harbaum, Sat Jun 20 11:44:14 2009 UTC
# Line 24  Line 24 
24  #if MAEMO_VERSION_MAJOR < 5  #if MAEMO_VERSION_MAJOR < 5
25  #define USE_BREAD_CRUMB_TRAIL  #define USE_BREAD_CRUMB_TRAIL
26  #else  #else
27    // these are on maemo fremantle
28  #define USE_STACKABLE_WINDOW  #define USE_STACKABLE_WINDOW
29    #define NO_COPY_N_PASTE
30  #endif  #endif
31  #endif  #endif
32    
# Line 129  typedef struct { Line 131  typedef struct {
131    GtkWidget *menu_remove, *menu_close;    GtkWidget *menu_remove, *menu_close;
132  #endif  #endif
133    
134    #ifndef NO_COPY_N_PASTE
135    /* do enable/disable the edit entries */    /* do enable/disable the edit entries */
136    GtkWidget *menu_cut, *menu_copy, *menu_paste;    GtkWidget *menu_cut, *menu_copy, *menu_paste;
137    GtkClipboard *clipboard;     /* clipboard for copy/paste */    GtkClipboard *clipboard;     /* clipboard for copy/paste */
138    GtkTextBuffer *active_buffer;    GtkTextBuffer *active_buffer;
139    #endif
140    
141    /* save result here to be able to "goto" it */    /* save result here to be able to "goto" it */
142    pos_t geomath;    pos_t geomath;

Legend:
Removed from v.1  
changed lines
  Added in v.2