Added internal Wine messages to perform SetWindowPos, ShowWindow and
commitfb0ff053c0dec8878e51dbf2f6c5a2208b61cf61
authorAlexandre Julliard <julliard@winehq.org>
Tue, 16 Oct 2001 21:58:58 +0000 (16 21:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Oct 2001 21:58:58 +0000 (16 21:58 +0000)
tree135777aed9ba0005caf976e8fba0ce34e03328eb
parent0d50965a13e1c7e2cb743aa38369025333ce3315
Added internal Wine messages to perform SetWindowPos, ShowWindow and
SetParent in the correct thread.
Replace QUEUE_IsExitingQueue by USER_IsExitingThread.
Store window rectangles in the server.
Prevent DestroyWindow on windows not belonging to the current thread.
16 files changed:
controls/icontitle.c
dlls/ttydrv/wnd.c
dlls/user/message.c
dlls/user/user_main.c
dlls/x11drv/window.c
dlls/x11drv/winpos.c
include/queue.h
include/user.h
include/win.h
include/winpos.h
windows/dce.c
windows/painting.c
windows/queue.c
windows/win.c
windows/winpos.c
windows/x11drv/event.c