From d59f42f40e68cda1d236cee512ff58f1ef421f77 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 12 Jun 2008 15:43:04 +0300 Subject: [PATCH] Settings: add global map related settings variables --- src/settings.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; -- 2.39.5