summaryrefslogtreecommitdiff
path: root/poppler/CairoOutputDev.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2005-10-30 20:29:05 +0000
committerAlbert Astals Cid <aacid@kde.org>2005-10-30 20:29:05 +0000
commit51670972777510a3ec64a56649716b31167b9d0e (patch)
tree51a8b233c805cf5e3312b76c833913a7054a4fe2 /poppler/CairoOutputDev.h
parent10dfa2254dafb9de93692def2bfb3133d9a39989 (diff)
Last xpdf 3.01 merge (at least from my side)
It's very big, but noone has opposed in the 2 weeks time i gave on the ml so either poppler is dead or people agree with the patch
Diffstat (limited to 'poppler/CairoOutputDev.h')
-rw-r--r--poppler/CairoOutputDev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h
index 7847e565..7d55b307 100644
--- a/poppler/CairoOutputDev.h
+++ b/poppler/CairoOutputDev.h
@@ -102,7 +102,7 @@ public:
void drawChar(GfxState *state, double x, double y,
double dx, double dy,
double originX, double originY,
- CharCode code, Unicode *u, int uLen);
+ CharCode code, int nBytes, Unicode *u, int uLen);
virtual GBool beginType3Char(GfxState *state, double x, double y,
double dx, double dy,