From: Kaj-Michael Lang Date: Thu, 12 Jun 2008 12:42:22 +0000 (+0300) Subject: Add special _home and _dest positions here X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00dd890d8450bec379736719e955be62f1dd60b8;p=mapper Add special _home and _dest positions here --- diff --git a/src/ui-common.h b/src/ui-common.h index 7bf5a5e..0350bd1 100644 --- a/src/ui-common.h +++ b/src/ui-common.h @@ -113,32 +113,19 @@ struct _info_banner { }; struct _info_banner info_banner; -gint _show_tracks; -gboolean _show_scale; -gboolean _show_velvec; -gboolean _show_poi; - GtkMenu *_menu_map; GtkWidget *route_tree_view; GtkWidget *track_tree_view; +/* Special positions */ +Position *_home; +Position *_dest; + +/* Active track and route */ Path *_route; Path *_track; -AutoRouteDownloadData _autoroute_data; - -gint _show_tracks; -gboolean _show_scale; -gboolean _show_velvec; -gboolean _show_poi; - -guint _lead_ratio; -guint _center_ratio; -guint _draw_width; -gint _zoom; -GtkMapCenterMode _center_mode; - void mapper_ui_init(void); gboolean window_present();