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 89 by harbaum, Tue Sep 1 11:16:30 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 source;
204        int zoom;
205        pos_t pos;
206      } map;
207    #endif
208    
209    GtkWidget *vbox;    GtkWidget *vbox;
210  } appdata_t;  } appdata_t;
211    

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