diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-11-01 11:11:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-11-01 11:11:05 -0700 |
commit | bdc6b6ba243678e00c3e7f639358ee803ef5d85b (patch) | |
tree | f620ac275df9b34fdce30afcf17ef638a6cb7bd0 /display-gtk.h | |
parent | 1b606ae2260395471890616f8b9dcb16e997fa3d (diff) | |
download | subsurface-bdc6b6ba243678e00c3e7f639358ee803ef5d85b.tar.gz |
Change preferences into a notebook and add second page for tec settings
Not sure this is the best naming scheme (General Settings / Tec Settings)
but it's a start.
The idea is to have the settings that a recreational diver might care
about on the first page, and all the other stuff on the second one. Let's
see how this works out long term. For now I moved OTU over and added
toggles for the different partial pressure graphs (only the pO2 one is
implemented so far).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h index 879a02b4c..ea4786b67 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -60,6 +60,7 @@ extern void quit(GtkWidget *w, gpointer data); extern int is_default_dive_computer_device(const char *name); extern visible_cols_t visible_cols; +extern enabled_graphs_t enabled_graphs; extern const char *divelist_font; extern void set_divelist_font(const char *); |