git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fffa379
)
disabled all dithering
author
kramm
<kramm>
Mon, 13 Oct 2008 13:57:15 +0000
(13:57 +0000)
committer
kramm
<kramm>
Mon, 13 Oct 2008 13:57:15 +0000
(13:57 +0000)
lib/pdf/xpdf-changes.patch
patch
|
blob
|
history
diff --git
a/lib/pdf/xpdf-changes.patch
b/lib/pdf/xpdf-changes.patch
index
f7ff2fd
..
06a372c
100644
(file)
--- 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;
+ }