Dmitry Timoshkov : user32: Replace PeekMessage loops in the PeekMessage test by explicit calls.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jun 2 04:55:47 CDT 2006


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

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Fri Jun  2 01:40:14 2006 +0900

user32: Replace PeekMessage loops in the PeekMessage test by explicit calls.

Replace all 'while (PeekMessage()) DispatchMessage();' loops in the
PeekMessage test by explicit calls to PeekMessage(), check queue
status and processed messages after each call to see what is going on
behind the scene.

---

 dlls/user/tests/msg.c |  186 +++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 147 insertions(+), 39 deletions(-)

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2827e7bbb67576ce69820bc825c7fbfd23bbde70



More information about the wine-cvs mailing list