Commit 64886ebc authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent 0484cb0a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment