mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 08:10:07 +01:00
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:
commit
0514041bb7
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
</interface>
|
</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">
|
<description summary="a swipe gesture object">
|
||||||
A swipe gesture object notifies a client about a multi-finger swipe
|
A swipe gesture object notifies a client about a multi-finger swipe
|
||||||
gesture detected on an indirect input device such as a touchpad.
|
gesture detected on an indirect input device such as a touchpad.
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</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">
|
<description summary="a pinch gesture object">
|
||||||
A pinch gesture object notifies a client about a multi-finger pinch
|
A pinch gesture object notifies a client about a multi-finger pinch
|
||||||
gesture detected on an indirect input device such as a touchpad.
|
gesture detected on an indirect input device such as a touchpad.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue