mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
[c-host] nvfbc: fix failure to build due to new event interface
This commit is contained in:
parent
c82a5e0523
commit
3b5c1bd09c
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue