From 62e62b69420e22471ef384194ba4d4fb91ddd7df Mon Sep 17 00:00:00 2001 From: José Expósito Date: Mon, 12 Jul 2021 19:51:21 +0200 Subject: backend/wayland: send hold gesture events Receive hold gesture events using a Wayland listiner and emit the appropiate wlr_pointer signal. --- include/backend/wayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 6f4fa201..ac151267 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -98,6 +98,7 @@ struct wlr_wl_pointer { struct wl_pointer *wl_pointer; struct zwp_pointer_gesture_swipe_v1 *gesture_swipe; struct zwp_pointer_gesture_pinch_v1 *gesture_pinch; + struct zwp_pointer_gesture_hold_v1 *gesture_hold; struct zwp_relative_pointer_v1 *relative_pointer; enum wlr_axis_source axis_source; int32_t axis_discrete; -- cgit v1.2.3