[gs-cvs] rev 8678 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Tue Apr 29 18:35:19 PDT 2008
Author: giles
Date: 2008-04-29 18:35:18 -0700 (Tue, 29 Apr 2008)
New Revision: 8678
Modified:
trunk/gs/src/gdevp14.c
Log:
Fix some warnings.
Modified: trunk/gs/src/gdevp14.c
===================================================================
--- trunk/gs/src/gdevp14.c 2008-04-29 06:34:17 UTC (rev 8677)
+++ trunk/gs/src/gdevp14.c 2008-04-30 01:35:18 UTC (rev 8678)
@@ -56,11 +56,11 @@
* usually simple. For other devices or if the user is doing custom color
* processing then the user may want to control this choice.
*/
-#define AUTO_CUSTOM_BLENDING 0
+#define AUTO_USE_CUSTOM_BLENDING 0
#define ALWAYS_USE_CUSTOM_BLENDING 1
#define DO_NOT_USE_CUSTOM_BLENDING 2
-#define CUSTOM_BLENDING_MODE AUTO_CUSTOM_BLENDING
+#define CUSTOM_BLENDING_MODE AUTO_USE_CUSTOM_BLENDING
/* #define DUMP_TO_PNG */
@@ -1872,7 +1872,6 @@
pdf14_disable_device(gx_device * dev)
{
gx_device_forward * pdev = (gx_device_forward *)dev;
- pdf14_device *cdev = (pdf14_device *)dev;
if_debug0('v', "[v]pdf14_disable_device\n");
dev->color_info = pdev->target->color_info;
More information about the gs-cvs
mailing list