diff options
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h index dee66368a..ad437465c 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -11,6 +11,13 @@ typedef struct { GtkWidget *bar; } progressbar_t; +typedef struct { + gboolean sac; + gboolean otu; +} visible_cols_t; + +extern visible_cols_t visible_cols; + extern const char *divelist_font; extern void set_divelist_font(const char *); |