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

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

revision 136 by harbaum, Mon Oct 19 13:02:41 2009 UTC revision 149 by harbaum, Thu Oct 29 13:59:16 2009 UTC
# Line 30  typedef struct map_context_s { Line 30  typedef struct map_context_s {
30    cache_t *balloon, *press_on;    cache_t *balloon, *press_on;
31    gboolean map_complete;    gboolean map_complete;
32    map_state_t state;    map_state_t state;
33      void *cb_id;
34    
35  #if MAEMO_VERSION_MAJOR == 5  #if MAEMO_VERSION_MAJOR == 5
36    GtkWidget *old_view;    GtkWidget *old_view;

Legend:
Removed from v.136  
changed lines
  Added in v.149