X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2Fxpdf-changes.patch;h=2cd90862005427ac15a0273b3e51f4fb025d36df;hp=d2459d52728553d2cb5f625568e42d2e6c0fb1f6;hb=3fe7881245dec2183305329452751ff274387ecc;hpb=640c161f763e0d623635d5094b41368e8f0da818 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);