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/in…
==============================================================================
--- 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. */