Alexandre Julliard : user32: Don' t check for driver events before normal messages in GetMessage.

Alexandre Julliard julliard at winehq.org
Wed Nov 21 14:45:16 CST 2012


Module: wine
Branch: master
Commit: 8ba4c316f2a65354783a03e0559abee2082b813f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8ba4c316f2a65354783a03e0559abee2082b813f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Nov 21 19:20:09 2012 +0100

user32: Don't check for driver events before normal messages in GetMessage.

---

 dlls/user32/message.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/user32/message.c b/dlls/user32/message.c
index 6d45671..2ffbf6e 100644
--- a/dlls/user32/message.c
+++ b/dlls/user32/message.c
@@ -3727,9 +3727,6 @@ BOOL WINAPI DECLSPEC_HOTPATCH GetMessageW( MSG *msg, HWND hwnd, UINT first, UINT
 
     USER_CheckNotLock();
 
-    /* check for graphics events */
-    USER_Driver->pMsgWaitForMultipleObjectsEx( 0, NULL, 0, QS_ALLINPUT, 0 );
-
     if (first || last)
     {
         if ((first <= WM_KEYLAST) && (last >= WM_KEYFIRST)) mask |= QS_KEY;




More information about the wine-cvs mailing list