Author: jimtabor Date: Thu Jan 10 09:34:37 2008 New Revision: 31694
URL: http://svn.reactos.org/svn/reactos?rev=31694&view=rev Log: See http://msdn2.microsoft.com/en-us/library/aa293810(VS.60).aspx for details.
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/include/dc.h (original) +++ trunk/reactos/subsystems/win32/win32k/include/dc.h Thu Jan 10 09:34:37 2008 @@ -3,6 +3,9 @@ #define __WIN32K_DC_H
#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 */