mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-21 06:48:13 +00:00
[client] ds: change showPointer to setPointer for more cursors
Currently everything only supports LG_POINTER_NONE and LG_POINTER_SQUARE.
This commit is contained in:
@@ -92,9 +92,9 @@ static void lgInit(void)
|
||||
|
||||
// if spice is not in use, hide the local cursor
|
||||
if (!core_inputEnabled() && g_params.hideMouse)
|
||||
g_state.ds->showPointer(false);
|
||||
g_state.ds->setPointer(LG_POINTER_NONE);
|
||||
else
|
||||
g_state.ds->showPointer(true);
|
||||
g_state.ds->setPointer(LG_POINTER_SQUARE);
|
||||
}
|
||||
|
||||
static bool fpsTimerFn(void * unused)
|
||||
|
Reference in New Issue
Block a user