From 00dd890d8450bec379736719e955be62f1dd60b8 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 12 Jun 2008 15:42:22 +0300 Subject: [PATCH] Add special _home and _dest positions here --- src/ui-common.h | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) 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(); -- 2.39.5