From 3fe7881245dec2183305329452751ff274387ecc Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 19 Nov 2007 16:31:00 +0000 Subject: [PATCH] made convertPath public in SplashOutputDev --- lib/pdf/xpdf-changes.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lib/pdf/xpdf-changes.patch b/lib/pdf/xpdf-changes.patch index d2459d5..2cd9086 100644 --- a/lib/pdf/xpdf-changes.patch +++ b/lib/pdf/xpdf-changes.patch @@ -821,3 +821,22 @@ diff -u -r1.5 -r1.6 void setBaseDir(char *dir); void setupBaseFonts(char *dir); +--- xpdf/SplashOutputDev.h.orig 2007-10-21 17:43:29.000000000 +0200 ++++ xpdf/SplashOutputDev.h 2007-11-19 10:07:27.000000000 +0100 +@@ -197,6 +197,8 @@ + #endif + + void doUpdateFont(GfxState *state); ++ ++ SplashPath *convertPath(GfxState *state, GfxPath *path); + private: + + void setupScreenParams(double hDPI, double vDPI); +@@ -205,7 +207,6 @@ + #else + SplashPattern *getColor(GfxGray gray, GfxRGB *rgb); + #endif +- SplashPath *convertPath(GfxState *state, GfxPath *path); + void drawType3Glyph(T3FontCache *t3Font, + T3FontCacheTag *tag, Guchar *data); + static GBool imageMaskSrc(void *data, SplashColorPtr line); -- 1.7.10.4