mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
Suspend WND lock before EVENT_Synchronize.
This commit is contained in:
parent
40b083f0e4
commit
56237566e4
1 changed files with 2 additions and 0 deletions
|
@ -31,7 +31,9 @@ BOOL EVENT_Init(void)
|
||||||
*/
|
*/
|
||||||
void EVENT_Synchronize( void )
|
void EVENT_Synchronize( void )
|
||||||
{
|
{
|
||||||
|
int iWndsLocks = WIN_SuspendWndsLock();
|
||||||
EVENT_Driver->pSynchronize();
|
EVENT_Driver->pSynchronize();
|
||||||
|
WIN_RestoreWndsLock(iWndsLocks);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
Loading…
Reference in a new issue