https://bugs.winehq.org/show_bug.cgi?id=39182 Bug ID: 39182 Summary: Non-queued messages get activated during WaitMessage Product: Wine Version: 1.7.50 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs(a)winehq.org Reporter: elpochodelagente(a)gmail.com Distribution: --- Created attachment 52226 --> https://bugs.winehq.org/attachment.cgi?id=52226 very small test When an app that is sleeping in WaitMessage receives a non-queued message, it should be awaken first. Then wine should wait it to reenter before dispatching the non-queued message (wait until the app calls GetMessage or PeekMessage?). For a broader discussion see "Does wine send window messages without waiting apps to reenter userdll?" thread in the mailing list. Attaching a test that shows the incorrect behavior. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.