From b60fd9ac9cd93192a9299a7926b0eababc3cdac3 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 6 Jan 2025 04:08:59 -0700 Subject: [PATCH] ui/xemu: Update sdl_mouse_warp prototype --- ui/xemu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/xemu.c b/ui/xemu.c index a7611ec2a6..ce27c74356 100644 --- a/ui/xemu.c +++ b/ui/xemu.c @@ -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);