]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add definitions for DeviceN and PWG Raster support.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 9 Apr 2011 04:34:17 +0000 (04:34 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 9 Apr 2011 04:34:17 +0000 (04:34 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9673 7a7537e8-13f0-0310-91df-b6672ffda945

cups/raster.h

index af605a6518b5badc5899317c5308ade812c02f72..4437accb5ef384d5174c58c777f29897938d0e55 100644 (file)
@@ -66,6 +66,19 @@ extern "C" {
 
 #  define CUPS_RASTER_HAVE_COLORIMETRIC 1
 
+/*
+ * The following definition can be used to determine if the
+ * device colorspaces (DEVICEn) are defined...
+ */
+
+#  define CUPS_RASTER_HAVE_DEVICE 1
+
+/*
+ * The following definition can be used to determine if PWG Raster is supported.
+ */
+
+#  define CUPS_RASTER_HAVE_PWGRASTER 1
+
 
 /*
  * Types...