[ros-diffs] [jimtabor] 24827: Add the pDc_Attr to the main DC object. It will become a internal structure to Win32k.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Sun Nov 26 01:24:57 CET 2006


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/include/dc.h?rev=24827&r1=24826&r2=24827&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list