Diff of /trunk/src/map.h

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

revision 2 by achadwick, Wed Dec 10 00:00:05 2008 UTC revision 12 by achadwick, Sun Dec 14 15:38:22 2008 UTC
# Line 182  void map_show_all(appdata_t *appdata); Line 182  void map_show_all(appdata_t *appdata);
182    
183  void map_set_zoom(map_t *map, double zoom, gboolean update_scroll_offsets);  void map_set_zoom(map_t *map, double zoom, gboolean update_scroll_offsets);
184    
185    #ifdef USE_GOOCANVAS
186    void map_scroll_to_if_offscreen(map_t *map, lpos_t *lpos);
187    #endif
188    
189  /* various functions required by map_edit */  /* various functions required by map_edit */
190  gboolean map_item_is_selected_node(map_t *map, map_item_t *map_item);  gboolean map_item_is_selected_node(map_t *map, map_item_t *map_item);
191  gboolean map_item_is_selected_way(map_t *map, map_item_t *map_item);  gboolean map_item_is_selected_way(map_t *map, map_item_t *map_item);

Legend:
Removed from v.2  
changed lines
  Added in v.12