From a621aa486142a8e32ae86801d80c6f386973b96d Mon Sep 17 00:00:00 2001 From: M374LX Date: Tue, 25 Aug 2026 17:42:25 -0300 Subject: [PATCH] Change parameter type --- src/wl_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wl_window.c b/src/wl_window.c index de21a458..5beeff53 100644 --- a/src/wl_window.c +++ b/src/wl_window.c @@ -2078,7 +2078,7 @@ static const struct wl_keyboard_listener _glfwKeyboardListenerWayland = static void _glfwSeatHandleCapabilitiesWayland(void* userData, struct wl_seat* seat, - enum wl_seat_capability caps) + uint32_t caps) { if ((caps & WL_SEAT_CAPABILITY_POINTER) && !_glfw.wl.pointer) {