mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-03 22:29:19 +00:00
wayland: Set the cursor visibility flag when using the cursor shape protocol
(cherry picked from commit 9ac523f940)
This commit is contained in:
@@ -605,6 +605,7 @@ static int Wayland_ShowCursor(SDL_Cursor *cursor)
|
||||
if (!data->shm_data) {
|
||||
if (input->cursor_shape) {
|
||||
Wayland_SetSystemCursorShape(input, data->system_cursor);
|
||||
input->cursor_visible = SDL_TRUE;
|
||||
return 0;
|
||||
} else if (!wayland_get_system_cursor(d, data, &scale)) {
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user