mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
See http://msdn2.microsoft.com/en-us/library/aa293810(VS.60).aspx for details.
svn path=/trunk/; revision=31694
This commit is contained in:
parent
faeef3e4d1
commit
8592433357
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue