mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:55:55 +00:00
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:
parent
ad5eb998a6
commit
42d7cdbd64
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue