summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-08-10 20:02:13 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2009-08-10 20:04:28 +0200
commit15752b7cd5c94620e3ad3b6afd9c70ccc754c9b3 (patch)
tree9c352817ce29c8fa1f87189183c13e8f205d7986
parent45dae4e66b2b833f95656850b5f1b0ffd1d96f1d (diff)
[cairo] Add empty updateBlendMode to CairoImageOutputDev
Fixes a crash when using CairoImageOutputDev with a document with blend modes.
-rw-r--r--poppler/CairoOutputDev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h
index 071c171e..e0e18139 100644
--- a/poppler/CairoOutputDev.h
+++ b/poppler/CairoOutputDev.h
@@ -366,6 +366,7 @@ public:
virtual void updateStrokeColor(GfxState *state) { }
virtual void updateFillOpacity(GfxState *state) { }
virtual void updateStrokeOpacity(GfxState *state) { }
+ virtual void updateBlendMode(GfxState *state) { }
//----- update text state
virtual void updateFont(GfxState *state) { }