[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
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ static const struct wl_pointer_listener pointer_listener = {
pointer_axis_discrete, pointer_axis_value120 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; UwacSeat* input = data;
assert(input); assert(input);