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

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

revision 150 by harbaum, Thu Oct 29 20:25:11 2009 UTC revision 152 by harbaum, Mon Nov 2 10:53:01 2009 UTC
# Line 22  Line 22 
22    
23  typedef enum { MAP_NONE=0, MAP_ALL, MAP_GPX, MAP_CACHE } map_state_t;  typedef enum { MAP_NONE=0, MAP_ALL, MAP_GPX, MAP_CACHE } map_state_t;
24    
25    typedef struct {
26      char *id;
27      gboolean displayed;
28    } cache_display_t;
29    
30  typedef struct map_context_s {  typedef struct map_context_s {
31    appdata_t *appdata;    appdata_t *appdata;
32    GtkWidget *window;    GtkWidget *window;
# Line 32  typedef struct map_context_s { Line 37  typedef struct map_context_s {
37    map_state_t state;    map_state_t state;
38    void *cb_id;    void *cb_id;
39    
40      int cache_list_len;
41      cache_display_t *caches_displayed;
42    
43  #if MAEMO_VERSION_MAJOR == 5  #if MAEMO_VERSION_MAJOR == 5
44    GtkWidget *old_view;    GtkWidget *old_view;
45  #endif  #endif

Legend:
Removed from v.150  
changed lines
  Added in v.152