user: Only wait for sent messages in wait_message_reply.
This commit is contained in:
parent
c7a1dfde9f
commit
6280ab29e6
|
@ -2148,7 +2148,7 @@ static void wait_message_reply( UINT flags )
|
|||
|
||||
ReleaseThunkLock( &dwlc );
|
||||
res = USER_Driver->pMsgWaitForMultipleObjectsEx( 1, &server_queue,
|
||||
INFINITE, QS_ALLINPUT, 0 );
|
||||
INFINITE, QS_SENDMESSAGE, 0 );
|
||||
if (dwlc) RestoreThunkLock( dwlc );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue