[gs-cvs] rev 8531 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Mon Feb 18 12:29:00 PST 2008


Author: giles
Date: 2008-02-18 12:28:59 -0800 (Mon, 18 Feb 2008)
New Revision: 8531

Modified:
   trunk/gs/src/gdevwts.c
Log:
Propagate the new method argument change introduced in r8528 to the wts
device so that it compiles again.


Modified: trunk/gs/src/gdevwts.c
===================================================================
--- trunk/gs/src/gdevwts.c	2008-02-17 23:36:50 UTC (rev 8530)
+++ trunk/gs/src/gdevwts.c	2008-02-18 20:28:59 UTC (rev 8531)
@@ -951,11 +951,11 @@
  * create_buf_device routine and then we set our custom device procedures.
  */
 static int 
-wtsimdi_create_buf_device(gx_device **pbdev, gx_device *target,
+wtsimdi_create_buf_device(gx_device **pbdev, gx_device *target, int y,
    const gx_render_plane_t *render_plane, gs_memory_t *mem,
    gx_band_complexity_t *band_complexity)
 {
-    int code = gx_default_create_buf_device(pbdev, target, 
+    int code = gx_default_create_buf_device(pbdev, target, y,
 	render_plane, mem, band_complexity);
     /* Now set our custom device procedures. */
     if (band_complexity && band_complexity->nontrivial_rops) {



More information about the gs-cvs mailing list