diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-04-21 17:12:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-21 17:12:35 -0700 |
commit | 2aabcf398a5624c3ff75f7090b70e7038bbeb017 (patch) | |
tree | fd317194258fabecc0146cce1a94e9eb072e16d6 /dive.h | |
parent | e4a31e1e41d14526abb0f06d99898420851cc39f (diff) | |
download | subsurface-2aabcf398a5624c3ff75f7090b70e7038bbeb017.tar.gz |
Add Gtk dialog to select the dives tags for which dives are shown
This literally just creates the dialog and does not hook things up with
the dive list.
The idea is to abstract out the idea behind the invalid dives to allow the
user to select / deselect all kinds of dives and then do statistics on
the selected ones.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ #define DTAG_NR 19 /* defined in statistics.c */ extern char *dtag_names[DTAG_NR]; +extern int dtag_shown[DTAG_NR]; /* * Some silly typedefs to make our units very explicit. |