user: Increase the time during which flush_events() waits for pending events.

This commit is contained in:
Dmitry Timoshkov 2006-10-03 18:15:02 +09:00 committed by Alexandre Julliard
parent 0484cb0a5a
commit 64886ebc9f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static HMENU hmenu;
static void flush_events(void)
{
MSG msg;
int diff = 100;
int diff = 200;
DWORD time = GetTickCount() + diff;
while (diff > 0)