diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 21:01:52 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 21:01:52 +0200 |
commit | 49f0f8a9305b79a05518b1233cf5a3d5c7c94728 (patch) | |
tree | d0dcfe8d385dce888a214cc3727b85e196f92d1d /extra/xpdf/patch.patch | |
parent | 27b80bafad9013aa528df6eac08662c496bd982b (diff) | |
download | nutyx-extra-49f0f8a9305b79a05518b1233cf5a3d5c7c94728.tar.gz nutyx-extra-49f0f8a9305b79a05518b1233cf5a3d5c7c94728.tar.bz2 nutyx-extra-49f0f8a9305b79a05518b1233cf5a3d5c7c94728.tar.xz nutyx-extra-49f0f8a9305b79a05518b1233cf5a3d5c7c94728.zip |
Ajout de xpdf#3.02-1
Diffstat (limited to 'extra/xpdf/patch.patch')
-rw-r--r-- | extra/xpdf/patch.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/xpdf/patch.patch b/extra/xpdf/patch.patch new file mode 100644 index 000000000..19d5bc95c --- /dev/null +++ b/extra/xpdf/patch.patch @@ -0,0 +1,21 @@ +--- VendorP.h~ ++++ VendorP.h +@@ -76,6 +76,8 @@ +XtPointer extension; /* pointer to extension record +*/ +} VendorShellClassPart; + ++struct VendorShellClassRec; ++/* +typedef struct _VendorShellClassRec { +CoreClassPart core_class; +CompositeClassPart composite_class; +@@ -85,7 +87,7 @@ +} VendorShellClassRec; + +externalref VendorShellClassRec vendorShellClassRec; +- ++*/ +/* New fields for the vendor shell widget. */ + +typedef struct { |