include: Add rendering intent defines.

Hans Leidekker hans at codeweavers.com
Fri Oct 22 03:37:16 CDT 2010


---
 include/icm.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/icm.h b/include/icm.h
index a08d045..34b0b63 100644
--- a/include/icm.h
+++ b/include/icm.h
@@ -179,6 +179,11 @@ typedef enum
 typedef BOOL (CALLBACK *PBMCALLBACKFN)(ULONG,ULONG,LPARAM);
 typedef PBMCALLBACKFN LPPBMCALLBACKFN;
 
+#define INTENT_PERCEPTUAL               0
+#define INTENT_RELATIVE_COLORIMETRIC    1
+#define INTENT_SATURATION               2
+#define INTENT_ABSOLUTE_COLORIMETRIC    3
+
 typedef struct tagPROFILEHEADER
 {
     DWORD phSize;
-- 
1.7.1






More information about the wine-patches mailing list