From 50f6a736a8c6f8b2c4fd8beba6a59b4ee222dafa Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 13 Oct 2008 13:57:15 +0000 Subject: [PATCH] disabled all dithering --- lib/pdf/xpdf-changes.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/pdf/xpdf-changes.patch b/lib/pdf/xpdf-changes.patch index f7ff2fd..06a372c 100644 --- a/lib/pdf/xpdf-changes.patch +++ b/lib/pdf/xpdf-changes.patch @@ -944,3 +944,14 @@ diff -u -r1.5 -r1.6 // Return the path for a glyph. virtual SplashPath *getGlyphPath(int c); +--- xpdf/SplashScreen.cc.orig 2008-10-06 17:59:44.000000000 +0200 ++++ xpdf/SplashScreen.cc 2008-10-06 18:20:09.000000000 +0200 +@@ -363,6 +363,8 @@ + int SplashScreen::test(int x, int y, Guchar value) { + int xx, yy; + ++ return 0; ++ + if (value < minVal) { + return 0; + } -- 1.7.10.4