[ros-diffs] [jimtabor] 31531: Merry New Year post!
jimtabor at svn.reactos.org
jimtabor at svn.reactos.org
Tue Jan 1 06:53:10 CET 2008
Author: jimtabor
Date: Tue Jan 1 08:53:10 2008
New Revision: 31531
URL: http://svn.reactos.org/svn/reactos?rev=31531&view=rev
Log:
Merry New Year post!
Modified:
trunk/reactos/include/reactos/win32k/ntgdihdl.h
Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgdihdl.h?rev=31531&r1=31530&r2=31531&view=diff
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdihdl.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdihdl.h Tue Jan 1 08:53:10 2008
@@ -369,11 +369,11 @@
typedef struct _DC
{
HGDIOBJ hHmgr; // Handle for this DC object.
- PVOID pvEntry;
+ ULONG Count;
ULONG lucExcLock;
- ULONG Tid;
-
- DHPDEV PDev; // GDIDEVICE.PDev
+ PVOID Tid;
+
+ DHPDEV PDev; // GDIDEVICE.hPDev
INT DC_Type;
INT DC_Flags;
PVOID pPDev; // PGDIDEVICE
More information about the Ros-diffs
mailing list