Moved the major part of message queue and window timer handling into
authorAlexandre Julliard <julliard@winehq.org>
Fri, 18 May 2001 22:51:56 +0000 (22:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 18 May 2001 22:51:56 +0000 (22:51 +0000)
commit51ab43bd130b2fee7a07dfd8e6e4ad64ce7bc7c7
tree052d7a90d8dff90cfa29142579b7f1874e6c5579
parentcd8d181a0b41359f0b280f31565bfbdf06deff4d
Moved the major part of message queue and window timer handling into
the server.
Implemented MsgWaitForMultipleObjectsEx.
18 files changed:
dlls/user/user32.spec
dlls/user/user_main.c
dlls/x11drv/x11drv.spec
include/message.h
include/queue.h
include/server.h
include/user.h
include/winuser.h
server/queue.c
server/request.h
server/thread.c
server/trace.c
windows/clipboard.c
windows/message.c
windows/queue.c
windows/timer.c
windows/win.c
windows/x11drv/event.c