From 7ca70e7924288db609be74727597a4942012a174 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Fri, 30 Dec 2011 01:28:02 +0000 Subject: [PATCH] - Add ICM DC Attribute flags. svn path=/trunk/; revision=54784 --- reactos/include/reactos/win32k/ntgdihdl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 1b5d270d40b..d7479ee40d1 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -169,6 +169,10 @@ #define DC_DIBSECTION 0x00004000 #define DC_LAST_CLIPRGN_VALID 0x00008000 #define DC_PRIMARY_DISPLAY 0x00010000 +#define DC_ICM_NOT_CALIBRATED 0x00020000 +#define DC_ICM_BRUSH_DIRTY 0x00040000 +#define DC_ICM_PEN_DIRTY 0x00080000 +#define DC_ICM_NOT_SET 0x00100000 #define DC_MODE_DIRTY 0x00200000 #define DC_FONTTEXT_DIRTY 0x00400000