Commit 56237566 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Suspend WND lock before EVENT_Synchronize.

parent 40b083f0
......@@ -31,7 +31,9 @@ BOOL EVENT_Init(void)
*/
void EVENT_Synchronize( void )
{
int iWndsLocks = WIN_SuspendWndsLock();
EVENT_Driver->pSynchronize();
WIN_RestoreWndsLock(iWndsLocks);
}
/**********************************************************************
......
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