pkgsrc/print/ghostscript-nox11/patches/patch-am
jlam 9ede053160 ghostscript-nox11-6.01: Changes from 5.50 include many bug fixes, and
better support for several color printers.  Incorporates the "bonk"
color HP printer drivers.  Also includes support for the Japanese
Vector Font library for JPDF display and for various Japanese printers.

Many thanks to itohy@netbsd.org for providing the VFlib patches.
Closes PR#9998.
2000-05-07 02:04:33 +00:00

13 lines
438 B
Text

$NetBSD: patch-am,v 1.1.1.1 2000/05/07 02:04:35 jlam Exp $
--- src/gdevmsxf.c.orig Mon May 1 20:24:46 2000
+++ src/gdevmsxf.c Mon May 1 20:26:23 2000
@@ -337,7 +337,7 @@
/* Render a character. */
int
-win_render_char(gx_xfont * xf, gx_xglyph xg, int wmode gx_device * dev,
+win_render_char(gx_xfont * xf, gx_xglyph xg, int wmode, gx_device * dev,
int xo, int yo, gx_color_index color, int required)
{
char chr = (char)xg;