Diff of /trunk/src/gpxview.h

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

revision 47 by harbaum, Tue Jul 28 13:21:22 2009 UTC revision 48 by harbaum, Fri Aug 7 07:57:33 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        int zoom;
203        pos_t pos;
204      } map;
205    #endif
206    
207    GtkWidget *vbox;    GtkWidget *vbox;
208  } appdata_t;  } appdata_t;
209    

Legend:
Removed from v.47  
changed lines
  Added in v.48