svn path=/trunk/; revision=31694
This commit is contained in:
James Tabor 2008-01-10 06:34:37 +00:00
parent faeef3e4d1
commit 8592433357

View file

@ -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 */