aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7/files/patch-src:gdevgdi.c
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-04-04 02:03:09 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-04-04 02:03:09 +0000
commitf4fe3e94d013660eef69aef03b629012c1590dfc (patch)
tree1858f14cf4acdeeb8b6b06ee07884f2ea675fc67 /print/ghostscript7/files/patch-src:gdevgdi.c
parent7e5117e3e988060bbdb929ba2901ae1778945f95 (diff)
Notes
Diffstat (limited to 'print/ghostscript7/files/patch-src:gdevgdi.c')
-rw-r--r--print/ghostscript7/files/patch-src:gdevgdi.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/print/ghostscript7/files/patch-src:gdevgdi.c b/print/ghostscript7/files/patch-src:gdevgdi.c
new file mode 100644
index 000000000000..15f7c66b85ee
--- /dev/null
+++ b/print/ghostscript7/files/patch-src:gdevgdi.c
@@ -0,0 +1,19 @@
+--- src/gdevgdi.c.orig Fri Feb 9 04:51:11 2001
++++ src/gdevgdi.c Tue Aug 21 11:17:56 2001
+@@ -24,6 +24,7 @@
+ /* SAMSUNG GDI driver for Ghostscript */
+ #include "gdevprn.h"
+ #include "gdevpcl.h"
++#include "gsparam.h"
+
+
+ /*
+@@ -126,7 +127,7 @@
+ private int
+ gdi_open(gx_device *pdev)
+ { /* Change the margins if necessary. */
+- const float _ds *m = 0;
++ const float *m = 0;
+ bool move_origin = true;
+
+ static const float m_a4[4] = { GDI_MARGINS_A4 };