diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_gdevlbp8.c (renamed from print/ghostscript7-x11/files/patch-src:gdevlbp8.c) | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/print/ghostscript7-x11/files/patch-src:gdevlbp8.c b/print/ghostscript7-x11/files/patch-src_gdevlbp8.c index 052492c58f6a..190ba3a0ad10 100644 --- a/print/ghostscript7-x11/files/patch-src:gdevlbp8.c +++ b/print/ghostscript7-x11/files/patch-src_gdevlbp8.c @@ -1,5 +1,5 @@ ---- src/gdevlbp8.c.orig Wed Aug 1 09:48:23 2001 -+++ src/gdevlbp8.c Thu Mar 14 20:56:05 2002 +--- src/gdevlbp8.c.orig 2003-01-17 00:49:00 UTC ++++ src/gdevlbp8.c @@ -22,6 +22,8 @@ /* @@ -9,7 +9,7 @@ 2.2.97 Lauri Paatero Changed CSI command into ESC [. DCS commands may still need to be changed (to ESC P). -@@ -49,7 +51,6 @@ +@@ -49,7 +51,6 @@ problems /* The device descriptors */ private dev_proc_print_page(lbp8_print_page); @@ -17,7 +17,7 @@ const gx_device_printer far_data gs_lbp8_device = prn_device(prn_std_procs, "lbp8", -@@ -58,14 +59,6 @@ +@@ -58,14 +59,6 @@ const gx_device_printer far_data gs_lbp8 0.16, 0.2, 0.32, 0.21, /* margins: left, bottom, right, top */ 1, lbp8_print_page); @@ -32,7 +32,7 @@ /* ------ Internal routines ------ */ #define ESC 0x1b -@@ -84,23 +77,6 @@ +@@ -84,23 +77,6 @@ static const char lbp8_init[] = { static const char *lbp8_end = NULL; @@ -56,15 +56,14 @@ /* Send the page to the printer. */ private int can_print_page(gx_device_printer *pdev, FILE *prn_stream, -@@ -203,11 +179,4 @@ - lbp8_print_page(gx_device_printer *pdev, FILE *prn_stream) +@@ -204,10 +180,3 @@ lbp8_print_page(gx_device_printer *pdev, { return can_print_page(pdev, prn_stream, lbp8_init, sizeof(lbp8_init), lbp8_end, sizeof(lbp8_end)); --} + } - -/* Print a LIPS III page. */ -private int -lips3_print_page(gx_device_printer *pdev, FILE *prn_stream) -{ return can_print_page(pdev, prn_stream, lips3_init, sizeof(lips3_init), - lips3_end, sizeof(lips3_end)); - } +-} |