summaryrefslogtreecommitdiff
path: root/poppler/OutputDev.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2012-01-10 23:33:40 +0100
committerAlbert Astals Cid <aacid@kde.org>2012-01-10 23:33:40 +0100
commit52d190d8ff962a57a59218f6871c3a63a443ea53 (patch)
tree3c8666baa6fb03166c93ea88b7f3fea3834d8e74 /poppler/OutputDev.h
parentbf75a957650dd5208ecf1f6db1555a3d00b7949c (diff)
[xpdf303] tiling "merges" from Thomas, using mostly our "old" code instead of xpdf's
Diffstat (limited to 'poppler/OutputDev.h')
-rw-r--r--poppler/OutputDev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/poppler/OutputDev.h b/poppler/OutputDev.h
index 75f2bd0a..03e1613f 100644
--- a/poppler/OutputDev.h
+++ b/poppler/OutputDev.h
@@ -43,6 +43,7 @@ class Dict;
class GooHash;
class GooString;
class GfxState;
+class Gfx;
struct GfxColor;
class GfxColorSpace;
class GfxImageColorMap;
@@ -196,7 +197,7 @@ public:
virtual void stroke(GfxState * /*state*/) {}
virtual void fill(GfxState * /*state*/) {}
virtual void eoFill(GfxState * /*state*/) {}
- virtual GBool tilingPatternFill(GfxState * /*state*/, Catalog * /*cat*/, Object * /*str*/,
+ virtual GBool tilingPatternFill(GfxState * /*state*/, Gfx * /*gfx*/, Catalog * /*cat*/, Object * /*str*/,
double * /*pmat*/, int /*paintType*/, int /*tilingType*/, Dict * /*resDict*/,
double * /*mat*/, double * /*bbox*/,
int /*x0*/, int /*y0*/, int /*x1*/, int /*y1*/,