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:
9f82665
)
added Object.h fix
author
kramm
<kramm>
Thu, 18 Oct 2007 12:07:40 +0000
(12:07 +0000)
committer
kramm
<kramm>
Thu, 18 Oct 2007 12:07:40 +0000
(12:07 +0000)
lib/pdf/xpdf-changes.patch
patch
|
blob
|
history
diff --git
a/lib/pdf/xpdf-changes.patch
b/lib/pdf/xpdf-changes.patch
index
869d243
..
b0dded3
100644
(file)
--- a/
lib/pdf/xpdf-changes.patch
+++ b/
lib/pdf/xpdf-changes.patch
@@
-771,3
+771,13
@@
diff -u -r1.5 -r1.6
int GfxCIDFont::getNextChar(char *s, int len, CharCode *code,
Unicode *u, int uSize, int *uLen,
double *dx, double *dy, double *ox, double *oy) {
+--- OutputDev.h.orig Sat Jul 28 00:11:08 2007
++++ OutputDev.h Sun Sep 9 13:50:40 2007
+@@ -17,6 +17,7 @@
+
+ #include "gtypes.h"
+ #include "CharTypes.h"
++#include "Object.h"
+
+ class GString;
+ class Gfx;