Author: jimtabor
Date: Mon Oct 29 00:12:11 2007
New Revision: 29942
URL:
http://svn.reactos.org/svn/reactos?rev=29942&view=rev
Log:
Sorry I did not want to change that part of the object.
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/in…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/dc.h (original)
+++ trunk/reactos/subsystems/win32/win32k/include/dc.h Mon Oct 29 00:12:11 2007
@@ -60,9 +60,9 @@
typedef struct _DC
{
HGDIOBJ hHmgr; // Handle for this DC object.
-// PVOID pvEntry;
-// ULONG lucExcLock;
-// ULONG Tid;
+ PVOID pvEntry;
+ ULONG lucExcLock;
+ ULONG Tid;
DHPDEV PDev;
INT DC_Type;