From d89aa3a672f98852a5c17884feaa84fa5d5d43b1 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 8 Aug 2007 01:28:36 +0000 Subject: [PATCH] Add two more Dc_Attr Dirty flags. svn path=/trunk/; revision=28237 --- reactos/include/reactos/win32k/ntgdihdl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 2ead72c3051..4cd102ededf 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -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