mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[c-host] nvfbc: fix build attempt 2 :)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user