[ros-diffs] [jimtabor] 44597: [Win32k] - Remove LastChild.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Tue Dec 15 02:11:46 CET 2009


Author: jimtabor
Date: Tue Dec 15 02:11:46 2009
New Revision: 44597

URL: http://svn.reactos.org/svn/reactos?rev=44597&view=rev
Log:
[Win32k]
- Remove LastChild.

Modified:
    trunk/reactos/subsystems/win32/win32k/include/window.h

Modified: trunk/reactos/subsystems/win32/win32k/include/window.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/include/window.h?rev=44597&r1=44596&r2=44597&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/window.h [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/include/window.h [iso-8859-1] Tue Dec 15 02:11:46 2009
@@ -42,7 +42,6 @@
   /* Pointer to the owning thread's message queue. */
   PUSER_MESSAGE_QUEUE MessageQueue;
   struct _WINDOW_OBJECT* spwndChild;
-  struct _WINDOW_OBJECT* LastChild;
   struct _WINDOW_OBJECT* spwndNext;
   struct _WINDOW_OBJECT* spwndPrev;
   /* Entry in the list of thread windows. */




More information about the Ros-diffs mailing list