user: Increase the time during which flush_events() waits for pending events.
This commit is contained in:
parent
0484cb0a5a
commit
64886ebc9f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue