wok-next annotate poppler/stuff/fix_cairo.patch @ rev 13019
Up perl-berkeleydb (0.51)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 09 10:39:06 2012 +0200 (2012-06-09) |
parents | |
children |
rev | line source |
---|---|
gokhlayeh@11494 | 1 From 66ab373365b8f9060ff3d117bb677520e32c7e8e Mon Sep 17 00:00:00 2001 |
gokhlayeh@11494 | 2 From: Adrian Johnson <ajohnson@redneon.com> |
gokhlayeh@11494 | 3 Date: Wed, 28 Sep 2011 11:50:23 +0000 |
gokhlayeh@11494 | 4 Subject: cairo: fix crash when using poppler_page_get_image() |
gokhlayeh@11494 | 5 |
gokhlayeh@11494 | 6 --- |
gokhlayeh@11494 | 7 diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h |
gokhlayeh@11494 | 8 index effa9dd..0f202a5 100644 |
gokhlayeh@11494 | 9 --- a/poppler/CairoOutputDev.h |
gokhlayeh@11494 | 10 +++ b/poppler/CairoOutputDev.h |
gokhlayeh@11494 | 11 @@ -434,6 +434,7 @@ public: |
gokhlayeh@11494 | 12 virtual void stroke(GfxState *state) { } |
gokhlayeh@11494 | 13 virtual void fill(GfxState *state) { } |
gokhlayeh@11494 | 14 virtual void eoFill(GfxState *state) { } |
gokhlayeh@11494 | 15 + virtual void clipToStrokePath(GfxState *state) { } |
gokhlayeh@11494 | 16 virtual GBool tilingPatternFill(GfxState *state, Catalog *cat, Object *str, |
gokhlayeh@11494 | 17 double *pmat, int paintType, int tilingType, Dict *resDict, |
gokhlayeh@11494 | 18 double *mat, double *bbox, |
gokhlayeh@11494 | 19 |