search for: psdrv_writespool

Displaying 1 result from an estimated 1 matches for "psdrv_writespool".

2007 Oct 11
3
Printing in Corel Draw through CUPS
...name[100]; > signed int xtrans, ytrans, rotation; > > return 1; > > ============================================ > > in escape.c in the function PSDRV_ExtEscape > > commented out all of the code for the POSTSCRIPT_PASSTHROUGH case > and replaced with a call to PSDRV_WriteSpool > > case POSTSCRIPT_DATA: > case PASSTHROUGH: > case POSTSCRIPT_PASSTHROUGH: > { > /* Write directly to spool file, bypassing normal PS driver > * processing that is done along with writing PostScript code > * to the spool. >...