wayland: Add pointer gesture cancellation internal API
This is ATM unused, but will be used to trigger cancellation of any active gesture. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2640>
This commit is contained in:

committed by
Marge Bot

parent
bbf57d092c
commit
57074463ab
@ -34,4 +34,7 @@ void meta_wayland_pointer_gesture_hold_create_new_resource (MetaWaylandPointer *
|
||||
struct wl_resource *gestures_resource,
|
||||
uint32_t id);
|
||||
|
||||
void meta_wayland_pointer_gesture_hold_cancel (MetaWaylandPointer *pointer,
|
||||
uint32_t serial);
|
||||
|
||||
#endif /* META_WAYLAND_POINTER_GESTURE_HOLD_H */
|
||||
|
Reference in New Issue
Block a user