summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-05-30 13:10:31 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-04 10:07:50 -0700
commita0b8eed61286d87e98e9344f11d65c5c3aa7d636 (patch)
tree060983ab585b846545beae828901fe3e4dff5a18 /display.h
parent912606e1c78750db95ea6e7e14ff307ff6acbc18 (diff)
downloadsubsurface-a0b8eed61286d87e98e9344f11d65c5c3aa7d636.tar.gz
Printing: Edit the print options widget
Remove obsolete code and add new customizable print code to the options dialog. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display.h')
-rw-r--r--display.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/display.h b/display.h
index f0101448d..72b5c99fc 100644
--- a/display.h
+++ b/display.h
@@ -40,7 +40,9 @@ struct print_options {
PRETTY,
TABLE,
TWOPERPAGE,
- ONEPERPAGE
+ ONEPERPAGE,
+ DIVELIST,
+ STATISTICS
} type;
bool print_selected;
bool color_selected;