Merge branch 'jorth/interface-versions' into 'main'

pointer-gestures: fix versions of some interfaces

See merge request wayland/wayland-protocols!470
This commit is contained in:
Julian Orth 2025-12-16 11:34:00 +01:00
commit 0514041bb7

View file

@ -61,7 +61,7 @@
</interface>
<interface name="zwp_pointer_gesture_swipe_v1" version="2">
<interface name="zwp_pointer_gesture_swipe_v1" version="3">
<description summary="a swipe gesture object">
A swipe gesture object notifies a client about a multi-finger swipe
gesture detected on an indirect input device such as a touchpad.
@ -124,7 +124,7 @@
</event>
</interface>
<interface name="zwp_pointer_gesture_pinch_v1" version="2">
<interface name="zwp_pointer_gesture_pinch_v1" version="3">
<description summary="a pinch gesture object">
A pinch gesture object notifies a client about a multi-finger pinch
gesture detected on an indirect input device such as a touchpad.