summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-23 15:34:17 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-23 22:01:11 -0800
commit8e5c222e98bc9cc5ce9dfd29733b6d5bba2c108a (patch)
treee106f5c00a5c9e589f14090c90a1fac1d6e5345d /pref.h
parent03a0678b00856e10e18559a41be2f67f839fe44d (diff)
downloadsubsurface-8e5c222e98bc9cc5ce9dfd29733b6d5bba2c108a.tar.gz
Create a text entry for default cylinder in preferences
We don't do anything with this just yet. And frankly, a drop down of the cylinders that we know of would be even better. But hey, it's a start. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 28e795cd0..37beb8faa 100644
--- a/pref.h
+++ b/pref.h
@@ -18,6 +18,7 @@ typedef struct {
struct preferences {
const char *divelist_font;
const char *default_filename;
+ const char *default_cylinder;
double font_size;
partial_pressure_graphs_t pp_graphs;
short mod;