Keep track of the windows and hooks used by a thread to properly
authorAlexandre Julliard <julliard@winehq.org>
Tue, 28 Jun 2005 19:37:52 +0000 (19:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 28 Jun 2005 19:37:52 +0000 (19:37 +0000)
commit92fec7b67abc3c87ebeab0b45a6c99cb88407325
tree25571867ed2786e93f83ab2ea0436a3f2810abd0
parent52736b47431751e1a39c97cc2b55abcce4d6f59c
Keep track of the windows and hooks used by a thread to properly
refuse to change the thread desktop when it's in use.
dlls/user/tests/winstation.c
server/hook.c
server/thread.c
server/thread.h
server/window.c
server/winstation.c