mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
[Win32k]
- Remove LastChild. svn path=/trunk/; revision=44597
This commit is contained in:
parent
2468cb96ed
commit
64d1ab613b
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ typedef struct _WINDOW_OBJECT
|
||||||
/* Pointer to the owning thread's message queue. */
|
/* Pointer to the owning thread's message queue. */
|
||||||
PUSER_MESSAGE_QUEUE MessageQueue;
|
PUSER_MESSAGE_QUEUE MessageQueue;
|
||||||
struct _WINDOW_OBJECT* spwndChild;
|
struct _WINDOW_OBJECT* spwndChild;
|
||||||
struct _WINDOW_OBJECT* LastChild;
|
|
||||||
struct _WINDOW_OBJECT* spwndNext;
|
struct _WINDOW_OBJECT* spwndNext;
|
||||||
struct _WINDOW_OBJECT* spwndPrev;
|
struct _WINDOW_OBJECT* spwndPrev;
|
||||||
/* Entry in the list of thread windows. */
|
/* Entry in the list of thread windows. */
|
||||||
|
|
Loading…
Reference in a new issue