Diff of /trunk/src/gpxview.h

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

revision 88 by harbaum, Fri Aug 14 12:19:45 2009 UTC revision 89 by harbaum, Tue Sep 1 11:16:30 2009 UTC
# Line 200  typedef struct { Line 200  typedef struct {
200  #ifdef ENABLE_OSM_GPS_MAP  #ifdef ENABLE_OSM_GPS_MAP
201    struct {    struct {
202      struct map_context_s *context;      struct map_context_s *context;
203        int source;
204      int zoom;      int zoom;
205      pos_t pos;      pos_t pos;
206    } map;    } map;

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