Add four more members to the Gdi user data (DC_ATTR) structure. Sort the list later.

svn path=/trunk/; revision=24571
This commit is contained in:
James Tabor 2006-10-19 04:48:51 +00:00
parent ad5eb998a6
commit 42d7cdbd64

View file

@ -120,6 +120,10 @@ typedef struct _DC_ATTR
ULONG ulBackgroundClr;
COLORREF crForegroundClr;
ULONG ulForegroundClr;
COLORREF crBrushClr;
ULONG ulBrushClr;
COLORREF crPenClr;
ULONG ulPenClr;
DWORD iCS_CP;
INT iGraphicsMode;
BYTE jROP2;