mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add preference option to chose if SAC and/or OTU should be in divelist
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dc2a0c1909
commit
0aad4d6094
5 changed files with 50 additions and 4 deletions
|
@ -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 *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue