aboutsummaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-02 22:45:21 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-03 20:43:19 -0800
commitaab67e2a5bb9c74fcc60af4ade0192d31263ebc7 (patch)
treeee21d820f993fd29fe09b627d8d7d8a0351599ba /display-gtk.h
parent3c31d0401dd9e4be2aa51e1bb2b72e0bc162cb9d (diff)
downloadsubsurface-aab67e2a5bb9c74fcc60af4ade0192d31263ebc7.tar.gz
Add configurable visualization of calculated ceiling
This is on top of the deco information reported by the dive computer (in a different color - currently ugly green). The user needs to enable this via the Tec page of the preferences. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h
index a7279fa9a..74d86ef6d 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -40,6 +40,7 @@ struct preferences {
visible_cols_t visible_cols;
partial_pressure_graphs_t pp_graphs;
gboolean profile_red_ceiling;
+ gboolean profile_calc_ceiling;
};
extern struct preferences prefs;