[gs-cvs] rev 7826 - trunk/gs/src
henrys at ghostscript.com
henrys at ghostscript.com
Thu Apr 5 21:11:32 PDT 2007
Author: henrys
Date: 2007-04-05 21:11:32 -0700 (Thu, 05 Apr 2007)
New Revision: 7826
Modified:
trunk/gs/src/gdevwts.c
Log:
force the wts device to always band.
Modified: trunk/gs/src/gdevwts.c
===================================================================
--- trunk/gs/src/gdevwts.c 2007-04-06 04:11:00 UTC (rev 7825)
+++ trunk/gs/src/gdevwts.c 2007-04-06 04:11:32 UTC (rev 7826)
@@ -483,6 +483,8 @@
idev->zero.color_index = gx_no_color_index;
idev->one.color_index = gx_no_color_index;
+ /* guarantee the device bands */
+ ((gx_device_printer *)dev)->space_params.banding_type = BandingAlways;
return gdev_prn_open(dev);
}
More information about the gs-cvs
mailing list