diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-05-30 13:10:31 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-04 10:07:50 -0700 |
commit | a0b8eed61286d87e98e9344f11d65c5c3aa7d636 (patch) | |
tree | 060983ab585b846545beae828901fe3e4dff5a18 /display.h | |
parent | 912606e1c78750db95ea6e7e14ff307ff6acbc18 (diff) | |
download | subsurface-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,7 +40,9 @@ struct print_options { PRETTY, TABLE, TWOPERPAGE, - ONEPERPAGE + ONEPERPAGE, + DIVELIST, + STATISTICS } type; bool print_selected; bool color_selected; |