summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu/files/patch-lips:gdevl4v.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-12 14:34:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-12 14:34:03 +0000
commit81ec0cfbc922c67735f67e0c8808ad0006090449 (patch)
treed396c710e5a8f5b7a564383cf6471a0f5e624f84 /print/ghostscript-gnu/files/patch-lips:gdevl4v.c
parent- Update to version 1.58 (diff)
- Replace HP2200 driver (currently unavailable at master site)
with HP8XX driver - Update ghotscript-fonts-std to version 8.11 - Update EPLASER driver to version 3.1.4 - Fix minor bug in paparsize handling of LIPS driver - Fix minor bug in Japanese vertical font support PR: 61249 Submitted by: Ports Fury
Diffstat (limited to 'print/ghostscript-gnu/files/patch-lips:gdevl4v.c')
-rw-r--r--print/ghostscript-gnu/files/patch-lips:gdevl4v.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript-gnu/files/patch-lips:gdevl4v.c b/print/ghostscript-gnu/files/patch-lips:gdevl4v.c
index 91da63b0b63e..93e0be613626 100644
--- a/print/ghostscript-gnu/files/patch-lips:gdevl4v.c
+++ b/print/ghostscript-gnu/files/patch-lips:gdevl4v.c
@@ -1,5 +1,5 @@
--- lips/gdevl4v.c.orig Thu Nov 2 12:09:18 2000
-+++ lips/gdevl4v.c Fri Sep 12 10:11:25 2003
++++ lips/gdevl4v.c Wed Dec 10 19:42:42 2003
@@ -230,41 +230,66 @@
};
@@ -33,7 +33,7 @@
+private int
+lips4v_moveto(gx_device_vector * vdev, floatp x0, floatp y0, floatp x,
+ floatp y, gx_path_type_t type);
-+private int
+ private int
+lips4v_lineto(gx_device_vector * vdev, floatp x0, floatp y0, floatp x,
+ floatp y, gx_path_type_t type);
+private int
@@ -42,7 +42,8 @@
+ gx_path_type_t type);
+lips4v_closepath(gx_device_vector * vdev, floatp x, floatp y, floatp x_start,
+ floatp y_start, gx_path_type_t type);
-+
+
+-lips4v_beginpath(P2(gx_device_vector * vdev, gx_path_type_t type));
+private int lips4v_endpath(gx_device_vector * vdev, gx_path_type_t type);
+#else
+private int lips4v_beginpage(P1(gx_device_vector * vdev));
@@ -56,9 +57,8 @@
+private int
+lips4v_setlogop(gx_device_vector * vdev, gs_logical_operation_t lop,
+ gs_logical_operation_t diff);
- private int
-
--lips4v_beginpath(P2(gx_device_vector * vdev, gx_path_type_t type));
++private int
++
+lips4v_beginpath(gx_device_vector * vdev, gx_path_type_t type);
private int
-lips4v_moveto(P6