summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-23 13:36:37 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2011-10-23 13:36:37 -0700
commitbf13c14d16fdb1aa0230f688ff88635f395c6887 (patch)
tree25c32aa31bbd79f5b0b7d84057a3ae7b89a63ec5 /display-gtk.h
parentb091916249c940666b249d253f082ef5dad75411 (diff)
downloadsubsurface-bf13c14d16fdb1aa0230f688ff88635f395c6887.tar.gz
Make columns for temperature, cylinder, and nitrox optional
Just like SAC and OTU these can now be turned on and off through the preferences. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h
index fe373a14f..fb2b9af5b 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -12,6 +12,9 @@ typedef struct {
} progressbar_t;
typedef struct {
+ gboolean cylinder;
+ gboolean temperature;
+ gboolean nitrox;
gboolean sac;
gboolean otu;
} visible_cols_t;