diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-11-06 12:45:13 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2015-11-09 15:04:24 +0800 |
commit | 06fc2c1e57b0601196efcf736f1f447a50ff1124 (patch) | |
tree | 877ff9ec26efc19abd08dea4548e5b975e2de4a4 /unstable/pointer-gestures | |
parent | a3023a86ab42b0e6fb89a1e0856a73fa5f753ae1 (diff) | |
download | wayland-protocols-06fc2c1e57b0601196efcf736f1f447a50ff1124.tar.xz |
Change all of the zwl_ prefixed protocols to use the zwp_ prefix
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'unstable/pointer-gestures')
-rw-r--r-- | unstable/pointer-gestures/pointer-gestures-unstable-v1.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml b/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml index 7f7b93f..d4ea6e9 100644 --- a/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml +++ b/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml @@ -1,5 +1,5 @@ <protocol name="pointer_gestures_unstable_v1"> - <interface name="zwl_pointer_gestures1" version="1"> + <interface name="zwp_pointer_gestures1" version="1"> <description summary="touchpad gestures"> A global interface to provide semantic touchpad gestures for a given pointer. @@ -23,7 +23,7 @@ Create a swipe gesture object. See the wl_pointer_gesture_swipe interface for details. </description> - <arg name="id" type="new_id" interface="zwl_pointer_gesture_swipe1"/> + <arg name="id" type="new_id" interface="zwp_pointer_gesture_swipe1"/> <arg name="pointer" type="object" interface="wl_pointer"/> </request> @@ -32,12 +32,12 @@ Create a pinch gesture object. See the wl_pointer_gesture_pinch interface for details. </description> - <arg name="id" type="new_id" interface="zwl_pointer_gesture_pinch1"/> + <arg name="id" type="new_id" interface="zwp_pointer_gesture_pinch1"/> <arg name="pointer" type="object" interface="wl_pointer"/> </request> </interface> - <interface name="zwl_pointer_gesture_swipe1" version="1"> + <interface name="zwp_pointer_gesture_swipe1" version="1"> <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. @@ -100,7 +100,7 @@ </event> </interface> - <interface name="zwl_pointer_gesture_pinch1" version="1"> + <interface name="zwp_pointer_gesture_pinch1" version="1"> <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. |