Diff of /trunk/src/map.h

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

revision 245 by harbaum, Sat May 2 21:36:51 2009 UTC revision 246 by harbaum, Mon Jul 27 15:02:00 2009 UTC
# Line 170  void map_hide_selected(appdata_t *appdat Line 170  void map_hide_selected(appdata_t *appdat
170  void map_show_all(appdata_t *appdata);  void map_show_all(appdata_t *appdata);
171    
172  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);
173    gboolean map_scroll_to_if_offscreen(map_t *map, lpos_t *lpos);
 #ifdef USE_GOOCANVAS  
 void map_scroll_to_if_offscreen(map_t *map, lpos_t *lpos);  
 #endif  
174    
175  /* various functions required by map_edit */  /* various functions required by map_edit */
176  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);

Legend:
Removed from v.245  
changed lines
  Added in v.246