Author: jimtabor Date: Thu Oct 19 08:48:51 2006 New Revision: 24571
URL: http://svn.reactos.org/svn/reactos?rev=24571&view=rev Log: Add four more members to the Gdi user data (DC_ATTR) structure. Sort the list later.
Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h
Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgd... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntgdihdl.h (original) +++ trunk/reactos/include/reactos/win32k/ntgdihdl.h Thu Oct 19 08:48:51 2006 @@ -120,6 +120,10 @@ ULONG ulBackgroundClr; COLORREF crForegroundClr; ULONG ulForegroundClr; + COLORREF crBrushClr; + ULONG ulBrushClr; + COLORREF crPenClr; + ULONG ulPenClr; DWORD iCS_CP; INT iGraphicsMode; BYTE jROP2;