user32: Don't check for driver events before normal messages in GetMessage.
This commit is contained in:
parent
a3711295da
commit
8ba4c316f2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue