Author: jimtabor Date: Sun Nov 26 03:24:56 2006 New Revision: 24827
URL: http://svn.reactos.org/svn/reactos?rev=24827&view=rev Log: Add the pDc_Attr to the main DC object. It will become a internal structure to Win32k.
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h
Modified: trunk/reactos/subsystems/win32/win32k/include/dc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/inc... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/include/dc.h (original) +++ trunk/reactos/subsystems/win32/win32k/include/dc.h Sun Nov 26 03:24:56 2006 @@ -91,6 +91,7 @@ { HDC hSelf; HDC hNext; + PDC_ATTR pDc_Attr; DHPDEV PDev; HSURF FillPatternSurfaces[HS_DDI_MAX]; PGDIINFO GDIInfo;