From 85924333577a5df37247374b9ea682dfeac4eccd Mon Sep 17 00:00:00 2001 From: James Tabor Date: Thu, 10 Jan 2008 06:34:37 +0000 Subject: [PATCH] See http://msdn2.microsoft.com/en-us/library/aa293810(VS.60).aspx for details. svn path=/trunk/; revision=31694 --- reactos/subsystems/win32/win32k/include/dc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/subsystems/win32/win32k/include/dc.h b/reactos/subsystems/win32/win32k/include/dc.h index ef25e5e8f79..dfc73e15c0f 100644 --- a/reactos/subsystems/win32/win32k/include/dc.h +++ b/reactos/subsystems/win32/win32k/include/dc.h @@ -4,6 +4,9 @@ #include "driver.h" +// Get/SetBounds/Rect support. +#define DCB_WINDOWMGR 0x8000 // Queries the Windows bounding rectangle instead of the application's + /* DC flags */ #define DC_SAVED 0x0002 /* It is a saved DC */ #define DC_DIRTY 0x0004 /* hVisRgn has to be updated */