From 04a018d92b46a7c4dfc1efe8e7ecf70cf9fef0af Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 20 Jan 2010 01:40:27 +0000 Subject: [PATCH] - Add dclevel flags. svn path=/trunk/; revision=45155 --- reactos/subsystems/win32/win32k/include/dc.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reactos/subsystems/win32/win32k/include/dc.h b/reactos/subsystems/win32/win32k/include/dc.h index 798a91026d8..b3f2a2ee826 100644 --- a/reactos/subsystems/win32/win32k/include/dc.h +++ b/reactos/subsystems/win32/win32k/include/dc.h @@ -13,6 +13,14 @@ typedef struct _DC *PDC; /* Get/SetBounds/Rect support. */ #define DCB_WINDOWMGR 0x8000 /* Queries the Windows bounding rectangle instead of the application's */ +/* flFontState */ +#define DC_DIRTYFONT_XFORM 1 +#define DC_DIRTYFONT_LFONT 2 +#define DC_UFI_MAPPING 4 + +/* fl */ +#define DC_FL_PAL_BACK 1 + /* Type definitions ***********************************************************/ typedef struct _ROS_DC_INFO