Add the pDc_Attr to the main DC object. It will become a internal structure to Win32k.

svn path=/trunk/; revision=24827
This commit is contained in:
James Tabor
2006-11-26 00:24:56 +00:00
parent 0b25c86f26
commit e09513a12e
@@ -91,6 +91,7 @@ typedef struct _DC
{
HDC hSelf;
HDC hNext;
PDC_ATTR pDc_Attr;
DHPDEV PDev;
HSURF FillPatternSurfaces[HS_DDI_MAX];
PGDIINFO GDIInfo;