mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 03:20:22 +00:00
[c-host] app: fix updateEvent race problem
This commit is contained in:
@@ -76,7 +76,7 @@ static bool dxgi_create()
|
||||
return false;
|
||||
}
|
||||
|
||||
this->copyEvent = os_createEvent();
|
||||
this->copyEvent = os_createEvent(true);
|
||||
if (!this->copyEvent)
|
||||
{
|
||||
DEBUG_ERROR("failed to create the copy event");
|
||||
|
Reference in New Issue
Block a user