Diff of /trunk/src/map.h

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

revision 102 by harbaum, Wed Dec 17 16:43:46 2008 UTC revision 103 by harbaum, Tue Mar 3 12:12:53 2009 UTC
# Line 102  typedef struct map_s { Line 102  typedef struct map_s {
102    
103    map_highlight_t *highlight;      // list of elements used for highlighting    map_highlight_t *highlight;      // list of elements used for highlighting
104    
   canvas_item_t *group[CANVAS_GROUPS];  
   
105    map_item_t selected;             // the currently selected item (node or way)    map_item_t selected;             // the currently selected item (node or way)
106    
107    canvas_item_t *cursor;           // the cursor visible on the draw layer    canvas_item_t *cursor;           // the cursor visible on the draw layer

Legend:
Removed from v.102  
changed lines
  Added in v.103