mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +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);
|
||||
|
||||
this->frameEvent = os_createEvent(true);
|
||||
this->frameEvent = os_createEvent(true, 17);
|
||||
if (!this->frameEvent)
|
||||
{
|
||||
DEBUG_ERROR("failed to create the frame event");
|
||||
|
Reference in New Issue
Block a user