Skip to content

Commit

Permalink
fixed cursor icon change
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Oct 29, 2024
1 parent 842fbd7 commit 0745eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/wayland/SDL_waylandmouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ static int Wayland_ShowCursor(SDL_Cursor *cursor)
while (curr) {
if (curr->pointer_focus && focus == curr->pointer_focus->sdlwindow) {
pointer_enter_serial = curr->pointer_enter_serial;
pointer = curr->pointer;
break;
}
curr = curr->next;
Expand Down

0 comments on commit 0745eed

Please sign in to comment.