Diff of /trunk/src/gpxview.h

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

revision 32 by harbaum, Tue Jul 28 13:21:22 2009 UTC revision 56 by harbaum, Fri Aug 14 12:19:45 2009 UTC
# Line 196  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    

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