mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[c-host] nvfbc: fix build attempt 2 :)
This commit is contained in:
parent
3b5c1bd09c
commit
8ada29e25f
@ -174,7 +174,7 @@ static bool nvfbc_init(void * pointerShape, const unsigned int pointerSize)
|
||||
return false;
|
||||
}
|
||||
|
||||
this->cursorEvents[0] = os_createEvent(true);
|
||||
this->cursorEvents[0] = os_createEvent(true, 10);
|
||||
mouseHook_install(on_mouseMove);
|
||||
|
||||
if (this->seperateCursor)
|
||||
|
Loading…
Reference in New Issue
Block a user