- Add dclevel flags.

svn path=/trunk/; revision=45155
This commit is contained in:
James Tabor 2010-01-20 01:40:27 +00:00
parent fdc6352f10
commit 04a018d92b

View file

@ -13,6 +13,14 @@ typedef struct _DC *PDC;
/* Get/SetBounds/Rect support. */
#define DCB_WINDOWMGR 0x8000 /* Queries the Windows bounding rectangle instead of the application's */
/* flFontState */
#define DC_DIRTYFONT_XFORM 1
#define DC_DIRTYFONT_LFONT 2
#define DC_UFI_MAPPING 4
/* fl */
#define DC_FL_PAL_BACK 1
/* Type definitions ***********************************************************/
typedef struct _ROS_DC_INFO