mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user