[uwac] fix uwac seat functions

change arguments to match prototypes
This commit is contained in:
akallabeth
2024-09-11 20:14:55 +02:00
parent 953b2664c0
commit 861f699d92

View File

@@ -995,7 +995,7 @@ static const struct wl_pointer_listener pointer_listener = {
pointer_axis_discrete, pointer_axis_value120
};
static void seat_handle_capabilities(void* data, struct wl_seat* seat, enum wl_seat_capability caps)
static void seat_handle_capabilities(void* data, struct wl_seat* seat, uint32_t caps)
{
UwacSeat* input = data;
assert(input);