summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-12-07 11:36:25 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-12-07 11:39:15 -0800
commita0f28aa42271ef014a91c4b8c83d871d7ae0cdf5 (patch)
tree9139dc72ae3f93a004428b9a5085434335400c45 /display-gtk.h
parent982abb5596d6c92004c8ea88320878540f5a8415 (diff)
downloadsubsurface-a0f28aa42271ef014a91c4b8c83d871d7ae0cdf5.tar.gz
Add option to make ceiling visually stand out more in the profile
While having the background "come down" seemed like a good visualization of the ceiling, some divers appear to prefer something more dramatic. This adds an option to the Tec Settings to have the ceiling shown in red instead of the default background color. Suggested-by: Jan Schubert <Jan.Schubert@GMX.li> 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 f88d96633..5dc616bf9 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -32,6 +32,7 @@ typedef struct {
extern visible_cols_t visible_cols;
extern partial_pressure_graphs_t partial_pressure_graphs;
+extern gboolean profile_red_ceiling;
#define GRAPHS_ENABLED (partial_pressure_graphs.po2 || partial_pressure_graphs.pn2 || partial_pressure_graphs.phe)