summaryrefslogtreecommitdiff
path: root/poppler/OutputDev.h
diff options
context:
space:
mode:
authorThomas Freitag <Thomas.Freitag@alfa.de>2012-05-13 17:25:15 +0200
committerAlbert Astals Cid <aacid@kde.org>2012-05-13 17:25:15 +0200
commitb477443e8a4c52500529aaf3be76f01a61e85f28 (patch)
tree95bb177f6c5ab5c8dc66847ae62c1e76250d096b /poppler/OutputDev.h
parent8f040dec2ce2eae24dd1eb15900d4d284e4b3848 (diff)
remove unnecesary transparency group handling in splash
Bug #13487
Diffstat (limited to 'poppler/OutputDev.h')
-rw-r--r--poppler/OutputDev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/OutputDev.h b/poppler/OutputDev.h
index 855dbafa..15af90ab 100644
--- a/poppler/OutputDev.h
+++ b/poppler/OutputDev.h
@@ -302,6 +302,7 @@ public:
virtual GooHash *endProfile();
//----- transparency groups and soft masks
+ virtual GBool checkTransparencyGroup(GfxState * /*state*/, GBool /*knockout*/) { return gTrue; }
virtual void beginTransparencyGroup(GfxState * /*state*/, double * /*bbox*/,
GfxColorSpace * /*blendingColorSpace*/,
GBool /*isolated*/, GBool /*knockout*/,