Skip to content
Snippets Groups Projects
Commit 56237566 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard
Browse files

Suspend WND lock before EVENT_Synchronize.

parent 40b083f0
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,9 @@ BOOL EVENT_Init(void)
*/
void EVENT_Synchronize( void )
{
int iWndsLocks = WIN_SuspendWndsLock();
EVENT_Driver->pSynchronize();
WIN_RestoreWndsLock(iWndsLocks);
}
/**********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment