diff options
author | José Expósito <jose.exposito89@gmail.com> | 2021-07-12 19:51:21 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-09-27 15:30:31 +0200 |
commit | 62e62b69420e22471ef384194ba4d4fb91ddd7df (patch) | |
tree | 91f823cacd5b0edefcbadaae9bbbaf023f1bec06 /include/backend/wayland.h | |
parent | 52d249193190c44d1f1d07c36ae57f1dfa16a9e0 (diff) |
backend/wayland: send hold gesture events
Receive hold gesture events using a Wayland listiner and emit the
appropiate wlr_pointer signal.
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r-- | include/backend/wayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |