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:
ae7da9a
)
fixed startPage() call
author
kramm
<kramm>
Sun, 26 Nov 2006 19:42:53 +0000
(19:42 +0000)
committer
kramm
<kramm>
Sun, 26 Nov 2006 19:42:53 +0000
(19:42 +0000)
lib/pdf/xpdf-changes.patch
patch
|
blob
|
history
diff --git
a/lib/pdf/xpdf-changes.patch
b/lib/pdf/xpdf-changes.patch
index
6f3ec45
..
44c646f
100644
(file)
--- a/
lib/pdf/xpdf-changes.patch
+++ b/
lib/pdf/xpdf-changes.patch
@@
-702,3
+702,15
@@
diff -u -r1.5 -r1.6
- startPage(0, NULL);
+ startPage(0, NULL, 0,0,0,0);
}
+--- SplashFTFontEngine.cc 2006-11-19 22:30:44.000000000 +0100
++++ SplashFTFontEngine.cc 2006-11-19 22:30:56.000000000 +0100
+@@ -13,9 +13,7 @@
+ #endif
+
+ #include <stdio.h>
+-#ifndef WIN32
+ # include <unistd.h>
+-#endif
+ #include "gmem.h"
+ #include "GString.h"
+ #include "gfile.h"