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

henrys at ghostscript.com henrys at ghostscript.com
Sun Apr 15 00:01:59 PDT 2007


Author: henrys
Date: 2007-04-15 00:01:59 -0700 (Sun, 15 Apr 2007)
New Revision: 7850

Modified:
   trunk/gs/src/gdevpxen.h
Log:
This fix is associated with closed bug 689139 and was not checked in
when that bug was closed due to a bookkeeping mistake.  It adds
attributes needed to parse the pxl color treatment operator.  There is
no implementation associated with these new attributes so no change is
expected.


Modified: trunk/gs/src/gdevpxen.h
===================================================================
--- trunk/gs/src/gdevpxen.h	2007-04-15 06:38:02 UTC (rev 7849)
+++ trunk/gs/src/gdevpxen.h	2007-04-15 07:01:59 UTC (rev 7850)
@@ -307,11 +307,12 @@
 
 typedef enum {
     eNoTreatment = 0,
+    eVivid,
     eScreenMatch,
-    eVivid,
-    eUnknown1,
-    eUnknown2,
-    eUnknown3,
+    eText,
+    eOutofGamut,
+    eCIELabmatch1,
+    eCIELabmatch2,
     pxeColorTreatment_next
 } pxeColorTreatment;
     



More information about the gs-cvs mailing list