Author: jimtabor Date: Wed Aug 8 05:28:36 2007 New Revision: 28237
URL: http://svn.reactos.org/svn/reactos?rev=28237&view=rev Log: Add two more Dc_Attr Dirty 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/ntgd... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntgdihdl.h (original) +++ trunk/reactos/include/reactos/win32k/ntgdihdl.h Wed Aug 8 05:28:36 2007 @@ -129,6 +129,8 @@ #define DC_DIBSECTION 0x00004000 #define DC_LAST_CLIPRGN_VALID 0x00008000 #define DC_PRIMARY_DISPLAY 0x00010000 +#define DC_MODE_DIRTY 0x00020000 +#define DC_FONTTEXT_DIRTY 0x00040000
/* DC_ATTR LCD Flags */ #define LDC_LDC 0x00000001 // (init) local DC other than a normal DC