Skip to content

Commit

Permalink
fixing CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Nov 9, 2023
1 parent 4146c8a commit 8f4bf83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/wayland/SDL_waylandmouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,9 @@ void Wayland_InitMouse(void)
mouse->WarpMouse = Wayland_WarpMouse;
mouse->WarpMouseGlobal = Wayland_WarpMouseGlobal;
mouse->SetRelativeMouseMode = Wayland_SetRelativeMouseMode;
#if SDL_VIDEO_DRIVER_WAYLAND_WEBOS
mouse->WebOSSetCursorVisibility = WaylandWebOS_SetCursorVisibility;
#endif /* SDL_VIDEO_DRIVER_WAYLAND_WEBOS */

input->relative_mode_override = SDL_FALSE;
input->cursor_visible = SDL_TRUE;
Expand Down

0 comments on commit 8f4bf83

Please sign in to comment.