From: Kaj-Michael Lang Date: Thu, 12 Jun 2008 12:43:04 +0000 (+0300) Subject: Settings: add global map related settings variables X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59f42f40e68cda1d236cee512ff58f1ef421f77;p=mapper Settings: add global map related settings variables --- diff --git a/src/settings.h b/src/settings.h index 0f7b94a..b478c7e 100644 --- a/src/settings.h +++ b/src/settings.h @@ -2,6 +2,8 @@ #include +#include "gtkmap.h" + #ifndef _MAPPER_SETTINGS_H #define _MAPPER_SETTINGS_H @@ -42,6 +44,17 @@ guint _speed_limit; guint _map_location_sens; +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; + gchar *_http_proxy_host; gint _http_proxy_port;