From: kramm Date: Wed, 12 Nov 2008 10:33:43 +0000 (+0000) Subject: inverted monochrome handler X-Git-Tag: release-0-9-0~854 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=b0d6b177b15ec7aff4c132353366b946aa382a89 inverted monochrome handler --- diff --git a/lib/pdf/xpdf-changes.patch b/lib/pdf/xpdf-changes.patch index 5ea3a86..2247f5f 100644 --- a/lib/pdf/xpdf-changes.patch +++ b/lib/pdf/xpdf-changes.patch @@ -862,7 +862,7 @@ diff -u -r1.5 -r1.6 int SplashScreen::test(int x, int y, Guchar value) { int xx, yy; -+ return 0; ++ return 1; + if (value < minVal) { return 0;