[c-host] nvfbc: fix build attempt 2 :)

This commit is contained in:
Geoffrey McRae 2019-12-17 16:42:48 +11:00
parent 3b5c1bd09c
commit 8ada29e25f

View File

@ -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)