aboutsummaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-08-07 11:24:40 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-08-07 11:24:40 -0700
commit19621bf481c68955184c11dd407c59af4a05130e (patch)
treef1823ba7b8db3f431ffd71ead37a4d9f46c7a9c4 /display-gtk.h
parent39f606350b6025cb7c5cf9e657d7ef092eb026d7 (diff)
downloadsubsurface-19621bf481c68955184c11dd407c59af4a05130e.tar.gz
Add total weight column to divelist
This adds the total weight carried on the dive in different weight systems to the divelist. The column is by default not shown, which can be changed in the preferences. The column is sortable. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h
index 4ce05468c..9f1b51771 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -14,6 +14,7 @@ typedef struct {
typedef struct {
gboolean cylinder;
gboolean temperature;
+ gboolean totalweight;
gboolean nitrox;
gboolean sac;
gboolean otu;