Poll X events in GetInputState the same way as in GetQueueStatus.
This commit is contained in:
parent
c6e988eaa0
commit
692c821609
|
@ -161,6 +161,10 @@ BOOL WINAPI GetInputState(void)
|
|||
{
|
||||
DWORD ret = 0;
|
||||
|
||||
/* check for pending X events */
|
||||
if (USER_Driver.pMsgWaitForMultipleObjectsEx)
|
||||
USER_Driver.pMsgWaitForMultipleObjectsEx( 0, NULL, 0, 0, 0 );
|
||||
|
||||
SERVER_START_REQ( get_queue_status )
|
||||
{
|
||||
req->clear = 0;
|
||||
|
|
Loading…
Reference in New Issue