Author: jimtabor
Date: Fri Dec 30 01:28:02 2011
New Revision: 54784

URL: http://svn.reactos.org/svn/reactos?rev=54784&view=rev
Log:
- Add ICM DC Attribute flags.

Modified:
    trunk/reactos/include/reactos/win32k/ntgdihdl.h

Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgdihdl.h?rev=54784&r1=54783&r2=54784&view=diff
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdihdl.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/win32k/ntgdihdl.h [iso-8859-1] Fri Dec 30 
01:28:02 2011
@@ -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
 


Reply via email to