From e09513a12ef3d46badbf1889339396c9682aa058 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 26 Nov 2006 00:24:56 +0000 Subject: [PATCH] Add the pDc_Attr to the main DC object. It will become a internal structure to Win32k. svn path=/trunk/; revision=24827 --- reactos/subsystems/win32/win32k/include/dc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/subsystems/win32/win32k/include/dc.h b/reactos/subsystems/win32/win32k/include/dc.h index 54030bac29c..241273e3202 100644 --- a/reactos/subsystems/win32/win32k/include/dc.h +++ b/reactos/subsystems/win32/win32k/include/dc.h @@ -91,6 +91,7 @@ typedef struct _DC { HDC hSelf; HDC hNext; + PDC_ATTR pDc_Attr; DHPDEV PDev; HSURF FillPatternSurfaces[HS_DDI_MAX]; PGDIINFO GDIInfo;