mirror of https://github.com/FreeRDP/FreeRDP
[uwac] fix uwac seat functions
change arguments to match prototypes
This commit is contained in:
parent
953b2664c0
commit
861f699d92
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue