[poppler] poppler/CairoOutputDev.h
Adrian Johnson
ajohnson at kemper.freedesktop.org
Wed Sep 28 04:52:19 PDT 2011
poppler/CairoOutputDev.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d2706a05513134f961e2500e0e596f2769707ce5
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Wed Sep 28 21:20:23 2011 +0930
cairo: fix crash when using poppler_page_get_image()
diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h
index effa9dd..0f202a5 100644
--- a/poppler/CairoOutputDev.h
+++ b/poppler/CairoOutputDev.h
@@ -434,6 +434,7 @@ public:
virtual void stroke(GfxState *state) { }
virtual void fill(GfxState *state) { }
virtual void eoFill(GfxState *state) { }
+ virtual void clipToStrokePath(GfxState *state) { }
virtual GBool tilingPatternFill(GfxState *state, Catalog *cat, Object *str,
double *pmat, int paintType, int tilingType, Dict *resDict,
double *mat, double *bbox,
More information about the poppler
mailing list