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

This commit is contained in:
Alexandre Julliard 2012-11-21 19:20:09 +01:00
parent a3711295da
commit 8ba4c316f2
1 changed files with 0 additions and 3 deletions

View File

@ -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;