mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-02 22:28:14 +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:
@@ -94,7 +94,7 @@ void app_handleFocusEvent(bool focused)
|
||||
app_handleKeyRelease(key);
|
||||
|
||||
if (!g_params.showCursorDot)
|
||||
g_state.ds->showPointer(false);
|
||||
g_state.ds->setPointer(LG_POINTER_NONE);
|
||||
|
||||
if (g_params.minimizeOnFocusLoss)
|
||||
g_state.ds->minimize();
|
||||
|
||||
Reference in New Issue
Block a user