Diff of /trunk/src/gpxview.h

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

revision 17 by harbaum, Mon Jun 29 08:24:41 2009 UTC revision 56 by harbaum, Fri Aug 14 12:19:45 2009 UTC
# Line 145  typedef struct { Line 145  typedef struct {
145    GtkTextBuffer *active_buffer;    GtkTextBuffer *active_buffer;
146  #endif  #endif
147    
148    #ifdef USE_STACKABLE_WINDOW
149      GtkWidget *export_menu, *tools_menu;
150    #endif
151    
152    /* save result here to be able to "goto" it */    /* save result here to be able to "goto" it */
153    pos_t geomath;    pos_t geomath;
154    
# Line 192  typedef struct { Line 196  typedef struct {
196  #else  #else
197    GtkWidget *window;    GtkWidget *window;
198  #endif  #endif
199    
200    #ifdef ENABLE_OSM_GPS_MAP
201      struct {
202        struct map_context_s *context;
203        int zoom;
204        pos_t pos;
205      } map;
206    #endif
207    
208    GtkWidget *vbox;    GtkWidget *vbox;
209  } appdata_t;  } appdata_t;
210    
# Line 210  typedef struct { Line 223  typedef struct {
223  #include "precpos.h"  #include "precpos.h"
224  #include "garmin_export.h"  #include "garmin_export.h"
225    
226    #ifdef ENABLE_OSM_GPS_MAP
227    #include "map-tool.h"
228    #endif
229    
230  #ifdef USE_MAEMO  #ifdef USE_MAEMO
231  #include "dbus.h"  #include "dbus.h"
232  #endif  #endif

Legend:
Removed from v.17  
changed lines
  Added in v.56