[gs-cvs] rev 8839 - trunk/gs/contrib/eplaser

marcos at ghostscript.com marcos at ghostscript.com
Mon Jul 14 11:53:41 PDT 2008


Author: marcos
Date: 2008-07-14 11:53:40 -0700 (Mon, 14 Jul 2008)
New Revision: 8839

Modified:
   trunk/gs/contrib/eplaser/gdevescv.c
Log:

Allows the Epson AcuLaser device output to be sent to a pipe (closes bug 689953).

Thanks to j at uriah.heep.sax.de (Joerg Wunsch) for the patch.


Modified: trunk/gs/contrib/eplaser/gdevescv.c
===================================================================
--- trunk/gs/contrib/eplaser/gdevescv.c	2008-07-13 22:06:19 UTC (rev 8838)
+++ trunk/gs/contrib/eplaser/gdevescv.c	2008-07-14 18:53:40 UTC (rev 8839)
@@ -1736,7 +1736,8 @@
   /****** VERY WRONG ******/
   vdev->vec_procs = &escv_vector_procs;
 
-  code = gdev_vector_open_file_bbox(vdev, 512, true);
+  code = gdev_vector_open_file_options(vdev, 512, VECTOR_OPEN_FILE_BBOX
+				       | VECTOR_OPEN_FILE_SEQUENTIAL_OK);
   if (code < 0) return code;
 
   gdev_vector_init(vdev);



More information about the gs-cvs mailing list