summaryrefslogtreecommitdiffstats
path: root/src/display/rendermode.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-02-21 22:28:50 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-02-21 22:28:50 +0000
commit4a4047fdd90aede6d16c020ddcd70c57ea4aa218 (patch)
treee43b214f3025b953644385c301a03a4d2f3b1dbf /src/display/rendermode.h
parentFinished cleanup of outdated SP_OBJECT_PARENT C macro. (diff)
downloadinkscape-4a4047fdd90aede6d16c020ddcd70c57ea4aa218.tar.gz
inkscape-4a4047fdd90aede6d16c020ddcd70c57ea4aa218.zip
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
(bzr r10065)
Diffstat (limited to 'src/display/rendermode.h')
-rw-r--r--src/display/rendermode.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/display/rendermode.h b/src/display/rendermode.h
index abcdb3db4..8fc022bfb 100644
--- a/src/display/rendermode.h
+++ b/src/display/rendermode.h
@@ -12,8 +12,13 @@ namespace Inkscape {
enum RenderMode {
RENDERMODE_NORMAL,
RENDERMODE_NO_FILTERS,
- RENDERMODE_OUTLINE,
- RENDERMODE_PRINT_COLORS_PREVIEW
+ RENDERMODE_OUTLINE
+};
+
+enum ColorRenderMode {
+ COLORRENDERMODE_NORMAL,
+ COLORRENDERMODE_GRAYSCALE,
+ COLORRENDERMODE_PRINT_COLORS_PREVIEW
};
}