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

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

revision 33 by harbaum, Tue Jul 28 13:21:40 2009 UTC revision 56 by harbaum, Fri Aug 14 12:19:45 2009 UTC
# Line 20  Line 20 
20  #ifndef MAP_TOOL_H  #ifndef MAP_TOOL_H
21  #define MAP_TOOL_H  #define MAP_TOOL_H
22    
23    typedef struct map_context_s {
24      appdata_t *appdata;
25      GtkWidget *window;
26      GtkWidget *widget;
27      GtkWidget *zoomin, *zoomout, *gps;
28      gint handler_id;
29      cache_t *press_on;
30    #if MAEMO_VERSION_MAJOR == 5
31      GtkWidget *old_view;
32    #endif
33    } map_context_t;
34    
35    
36  extern void map(appdata_t *appdata);  extern void map(appdata_t *appdata);
37    
38  #endif // MAP_TOOL_H  #endif // MAP_TOOL_H

Legend:
Removed from v.33  
changed lines
  Added in v.56