Alexandre Julliard : user: Only wait for sent messages in wait_message_reply.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 30 09:41:11 CST 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Mar 30 16:23:56 2006 +0200

user: Only wait for sent messages in wait_message_reply.

---

 dlls/user/message.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user/message.c b/dlls/user/message.c
index 18c5d4b..ccb37e6 100644
--- a/dlls/user/message.c
+++ b/dlls/user/message.c
@@ -2148,7 +2148,7 @@ static void wait_message_reply( UINT fla
 
         ReleaseThunkLock( &dwlc );
         res = USER_Driver->pMsgWaitForMultipleObjectsEx( 1, &server_queue,
-                                                         INFINITE, QS_ALLINPUT, 0 );
+                                                         INFINITE, QS_SENDMESSAGE, 0 );
         if (dwlc) RestoreThunkLock( dwlc );
     }
 }




More information about the wine-cvs mailing list