ui/xemu: Update sdl_mouse_warp prototype

This commit is contained in:
Matt Borgerson 2025-01-06 04:08:59 -07:00
parent 754d9dc92a
commit b60fd9ac9c
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ void sdl2_poll_events(struct sdl2_console *scon)
}
static void sdl_mouse_warp(DisplayChangeListener *dcl,
int x, int y, int on)
int x, int y, bool on)
{
struct sdl2_console *scon = container_of(dcl, struct sdl2_console, dcl);