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

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

revision 63 by harbaum, Wed Aug 19 12:35:25 2009 UTC revision 85 by harbaum, Fri Aug 28 12:07:16 2009 UTC
# Line 26  typedef struct map_context_s { Line 26  typedef struct map_context_s {
26    GtkWidget *widget;    GtkWidget *widget;
27    gint handler_id;    gint handler_id;
28    cache_t *press_on;    cache_t *press_on;
29      gboolean map_complete;
30  #if MAEMO_VERSION_MAJOR == 5  #if MAEMO_VERSION_MAJOR == 5
31    GtkWidget *old_view;    GtkWidget *old_view;
32  #endif  #endif

Legend:
Removed from v.63  
changed lines
  Added in v.85