made convertPath public in SplashOutputDev
authorkramm <kramm>
Mon, 19 Nov 2007 16:31:00 +0000 (16:31 +0000)
committerkramm <kramm>
Mon, 19 Nov 2007 16:31:00 +0000 (16:31 +0000)
lib/pdf/xpdf-changes.patch

index d2459d5..2cd9086 100644 (file)
@@ -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);