Diff of /trunk/src/map-tool.h

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

revision 129 by harbaum, Tue Sep 29 14:30:16 2009 UTC revision 130 by harbaum, Wed Sep 30 12:11:22 2009 UTC
# Line 29  typedef struct map_context_s { Line 29  typedef struct map_context_s {
29    gint handler_id;    gint handler_id;
30    cache_t *press_on;    cache_t *press_on;
31    gboolean map_complete;    gboolean map_complete;
   
32    map_state_t state;    map_state_t state;
   union {  
     gpx_t *gpx;   // list of gpx files or only single one (cachelist)  
     cache_t *cache;  
   };  
33    
34  #if MAEMO_VERSION_MAJOR == 5  #if MAEMO_VERSION_MAJOR == 5
35    GtkWidget *old_view;    GtkWidget *old_view;

Legend:
Removed from v.129  
changed lines
  Added in v.130