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