]> git.tdb.fi Git - ext/subsurface.git/blobdiff - display-gtk.h
Make columns for temperature, cylinder, and nitrox optional
[ext/subsurface.git] / display-gtk.h
index fe373a14fc3ab9eb1349ee14080fdd36a4d79eec..fb2b9af5b40c0450677eba2b246ed8950f669f25 100644 (file)
@@ -12,6 +12,9 @@ typedef struct {
 } progressbar_t;
 
 typedef struct {
+       gboolean cylinder;
+       gboolean temperature;
+       gboolean nitrox;
        gboolean sac;
        gboolean otu;
 } visible_cols_t;