mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 07:00:08 +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 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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue