diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:37:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:37:31 +0000 |
commit | 22ce79a5ec50177752f5d80bfa7f24bad1c31960 (patch) | |
tree | f090134a7b14398b671320983acffcd554e94f3f /print/ghostscript-gpl/files/patch-src:gdevgdi.c | |
parent | upgrade to 1.0.1 (diff) |
upgrade to 8.00
PR: 46435
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=72450
Diffstat (limited to 'print/ghostscript-gpl/files/patch-src:gdevgdi.c')
-rw-r--r-- | print/ghostscript-gpl/files/patch-src:gdevgdi.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:gdevgdi.c b/print/ghostscript-gpl/files/patch-src:gdevgdi.c new file mode 100644 index 000000000000..f59111ee2591 --- /dev/null +++ b/print/ghostscript-gpl/files/patch-src:gdevgdi.c @@ -0,0 +1,15 @@ +--- src/gdevgdi.c.orig Wed Jun 19 19:32:49 2002 ++++ src/gdevgdi.c Sun Nov 10 22:37:00 2002 +@@ -86,9 +86,9 @@ + + int GDI_BAND_WIDTH[] = {4768, 4928}; + +-private int gdi_print_page(P2(gx_device_printer *pdev, FILE *prn_stream)); +-private int gdi_open(P1(gx_device *pdev)); +-private int gdi_close(P1(gx_device *pdev)); ++private int gdi_print_page(gx_device_printer *pdev, FILE *prn_stream); ++private int gdi_open(gx_device *pdev); ++private int gdi_close(gx_device *pdev); + + /* The device descriptors */ + private dev_proc_open_device(gdi_open); |