Module: wine Branch: refs/heads/master Commit: a40ce39340c028618591a73dbc4d2c6fe18ae4c2 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a40ce39340c028618591a73d...
Author: Robert Shearman rob@codeweavers.com Date: Tue Jan 17 13:14:31 2006 +0100
user: Fix WM_QUIT message ordering from PostQuitMessage. Added a new server call as PostQuitMessage should set a flag in the message queue to return the WM_QUIT message when there are no other pending messages, rather than posting a message to the thread queue as it does at the moment.
---
dlls/user/message.c | 24 +++++++++++++++++- dlls/user/tests/msg.c | 52 ++++++++++++++++++++++++++++++++++++++++ include/wine/server_protocol.h | 15 +++++++++++- server/protocol.def | 4 +++ server/queue.c | 46 +++++++++++++++++++++++++++++++++++ server/request.h | 2 ++ server/trace.c | 8 ++++++ 7 files changed, 147 insertions(+), 4 deletions(-)