Robert Shearman : user: Fix WM_QUIT message ordering from PostQuitMessage.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 17 06:37:16 CST 2006


Module: wine
Branch: refs/heads/master
Commit: a40ce39340c028618591a73dbc4d2c6fe18ae4c2
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=a40ce39340c028618591a73dbc4d2c6fe18ae4c2

Author: Robert Shearman <rob at 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(-)




More information about the wine-cvs mailing list