From bf13c14d16fdb1aa0230f688ff88635f395c6887 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 23 Oct 2011 13:36:37 -0700 Subject: 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 --- display-gtk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'display-gtk.h') 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; -- cgit v1.2.3-70-g09d2