summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-03-01 23:11:41 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-03-01 23:11:41 -0800
commit51d20880210d990e35982137067cda1801460d0a (patch)
treebcbd7c015a526e900d4ae72c9748cbd0d1fb72d0 /pref.h
parentf7d373bae64627e25dcca219f81362c9f1d1b508 (diff)
parentd1c394e51f7ab792650246dff74677609a9e7ea8 (diff)
downloadsubsurface-51d20880210d990e35982137067cda1801460d0a.tar.gz
Merge branch 'map-providers'
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index c4287aa3b..60fe1104c 100644
--- a/pref.h
+++ b/pref.h
@@ -33,6 +33,7 @@ struct preferences {
gboolean calc_ceiling_3m_incr;
double gflow;
double gfhigh;
+ int map_provider;
const char *divelist_font;
const char *default_filename;
};