mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:21:57 +00:00
[c-host] nvfbc: fix build attempt 2 :)
This commit is contained in:
parent
3b5c1bd09c
commit
8ada29e25f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ static bool nvfbc_init(void * pointerShape, const unsigned int pointerSize)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->cursorEvents[0] = os_createEvent(true);
|
this->cursorEvents[0] = os_createEvent(true, 10);
|
||||||
mouseHook_install(on_mouseMove);
|
mouseHook_install(on_mouseMove);
|
||||||
|
|
||||||
if (this->seperateCursor)
|
if (this->seperateCursor)
|
||||||
|
|
Loading…
Reference in a new issue