From d558745633e83b47e08f362f44164f3965dac2f7 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 21 Sep 2017 18:30:04 -0400 Subject: Handle tablet motion in example compositor --- include/wlr/types/wlr_seat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_seat.h b/include/wlr/types/wlr_seat.h index 221e4489..4b433ccb 100644 --- a/include/wlr/types/wlr_seat.h +++ b/include/wlr/types/wlr_seat.h @@ -107,6 +107,6 @@ void wlr_seat_pointer_send_motion(struct wlr_seat *wlr_seat, uint32_t time, * button event are surface-local. */ void wlr_seat_pointer_send_button(struct wlr_seat *wlr_seat, uint32_t time, - uint32_t button, enum wlr_button_state state); + uint32_t button, uint32_t state); #endif -- cgit v1.2.3