summaryrefslogtreecommitdiffstats
path: root/src/display/rendermode.h
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2009-12-11 08:37:11 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2009-12-11 08:37:11 +0000
commitb13df173f8e6471ce720d45370447b9e52cd3925 (patch)
treed1735aba3e3d2a25f96967272394922f07509635 /src/display/rendermode.h
parentFrench translation update (diff)
downloadinkscape-b13df173f8e6471ce720d45370447b9e52cd3925.tar.gz
inkscape-b13df173f8e6471ce720d45370447b9e52cd3925.zip
- new: Print Colors Preview Dialog and rendermode
- works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
Diffstat (limited to 'src/display/rendermode.h')
-rw-r--r--src/display/rendermode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/display/rendermode.h b/src/display/rendermode.h
index 1b59ae9bb..abcdb3db4 100644
--- a/src/display/rendermode.h
+++ b/src/display/rendermode.h
@@ -12,7 +12,8 @@ namespace Inkscape {
enum RenderMode {
RENDERMODE_NORMAL,
RENDERMODE_NO_FILTERS,
- RENDERMODE_OUTLINE
+ RENDERMODE_OUTLINE,
+ RENDERMODE_PRINT_COLORS_PREVIEW
};
}