input/cursor: pass through pointer hold gestures

This just follows swaywm/wlroots#3047, so `wl_pointer_gestures_v1`
clients can be notified of these events.
This commit is contained in:
Tudor Brindus 2022-01-19 19:11:08 -05:00 committed by Simon Ser
parent feea4b4410
commit 8ca2847b42
2 changed files with 28 additions and 0 deletions

View file

@ -42,6 +42,8 @@ struct sway_cursor {
struct wl_listener swipe_begin;
struct wl_listener swipe_update;
struct wl_listener swipe_end;
struct wl_listener hold_begin;
struct wl_listener hold_end;
struct wl_listener motion;
struct wl_listener motion_absolute;