mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Remove useless member in DESKTOP_OBJECT structure
svn path=/trunk/; revision=23996
This commit is contained in:
parent
1dc7b0f6af
commit
4ca190a004
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ typedef struct _DESKTOP_OBJECT
|
|||
RECT WorkArea;
|
||||
/* Handle of the desktop window. */
|
||||
HANDLE DesktopWindow;
|
||||
HANDLE PrevActiveWindow;
|
||||
/* Thread blocking input */
|
||||
PVOID BlockInputThread;
|
||||
|
||||
|
|
Loading…
Reference in a new issue