mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-09-03 13:50:57 +00:00
[c-host] nvfbc: fix failure to build due to new event interface
This commit is contained in:
@@ -135,7 +135,7 @@ static bool nvfbc_create()
|
|||||||
}
|
}
|
||||||
free(privData);
|
free(privData);
|
||||||
|
|
||||||
this->frameEvent = os_createEvent(true);
|
this->frameEvent = os_createEvent(true, 17);
|
||||||
if (!this->frameEvent)
|
if (!this->frameEvent)
|
||||||
{
|
{
|
||||||
DEBUG_ERROR("failed to create the frame event");
|
DEBUG_ERROR("failed to create the frame event");
|
||||||
|
Reference in New Issue
Block a user