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

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

revision 240 by harbaum, Sat Dec 12 20:56:23 2009 UTC revision 282 by harbaum, Wed May 26 19:21:47 2010 UTC
# Line 33  typedef struct map_context_s { Line 33  typedef struct map_context_s {
33    gint handler_id;    gint handler_id;
34    cache_t *balloon, *press_on;    cache_t *balloon, *press_on;
35    map_state_t state;    map_state_t state;
   void *cb_id;  
36    
37    gboolean goto_is_enabled;    gboolean goto_is_enabled;
38    
# Line 44  typedef struct map_context_s { Line 43  typedef struct map_context_s {
43    GtkWidget *old_view;    GtkWidget *old_view;
44  #endif  #endif
45    
46    /* save various values defining the overlay state */    struct {
47    /* in order to repaint the overlays only if necessary */      gps_mask_t set;
48        struct gps_t fix;
49      } gps;
50    
51  } map_context_t;  } map_context_t;
52    

Legend:
Removed from v.240  
changed lines
  Added in v.282