summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-06 12:45:13 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-09 15:04:24 +0800
commit06fc2c1e57b0601196efcf736f1f447a50ff1124 (patch)
tree877ff9ec26efc19abd08dea4548e5b975e2de4a4
parenta3023a86ab42b0e6fb89a1e0856a73fa5f753ae1 (diff)
downloadwayland-protocols-06fc2c1e57b0601196efcf736f1f447a50ff1124.tar.gz
Change all of the zwl_ prefixed protocols to use the zwp_ prefix
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r--unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml6
-rw-r--r--unstable/input-method/input-method-unstable-v1.xml14
-rw-r--r--unstable/pointer-gestures/pointer-gestures-unstable-v1.xml10
-rw-r--r--unstable/presentation-timing/presentation-timing-unstable-v1.xml6
-rw-r--r--unstable/text-input/text-input-unstable-v1.xml6
5 files changed, 21 insertions, 21 deletions
diff --git a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
index 331fc8e..4ed64be 100644
--- a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
+++ b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
@@ -1,5 +1,5 @@
<protocol name="fullscreen_shell_unstable_v1">
- <interface name="zwl_fullscreen_shell1" version="1">
+ <interface name="zwp_fullscreen_shell1" version="1">
<description summary="Displays a single surface per output">
Displays a single surface per output.
@@ -169,7 +169,7 @@
<arg name="surface" type="object" interface="wl_surface"/>
<arg name="output" type="object" interface="wl_output"/>
<arg name="framerate" type="int"/>
- <arg name="feedback" type="new_id" interface="zwl_fullscreen_shell_mode_feedback1"/>
+ <arg name="feedback" type="new_id" interface="zwp_fullscreen_shell_mode_feedback1"/>
</request>
<enum name="error">
@@ -180,7 +180,7 @@
</enum>
</interface>
- <interface name="zwl_fullscreen_shell_mode_feedback1" version="1">
+ <interface name="zwp_fullscreen_shell_mode_feedback1" version="1">
<event name="mode_successful">
<description summary="mode switch succeeded">
This event indicates that the attempted mode switch operation was
diff --git a/unstable/input-method/input-method-unstable-v1.xml b/unstable/input-method/input-method-unstable-v1.xml
index 584ee12..cfcf068 100644
--- a/unstable/input-method/input-method-unstable-v1.xml
+++ b/unstable/input-method/input-method-unstable-v1.xml
@@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
- <interface name="zwl_input_method_context1" version="1">
+ <interface name="zwp_input_method_context1" version="1">
<description summary="input method context">
Corresponds to a text input on input method side. An input method context
is created on text input activation on the input method side. It allows to
@@ -239,7 +239,7 @@
</event>
</interface>
- <interface name="zwl_input_method1" version="1">
+ <interface name="zwp_input_method1" version="1">
<description summary="input method">
An input method object is responsible to compose text in response to
input from hardware or virtual keyboards. There is one input method
@@ -252,7 +252,7 @@
A text input was activated. Creates an input method context object
which allows communication with the text input.
</description>
- <arg name="id" type="new_id" interface="zwl_input_method_context1"/>
+ <arg name="id" type="new_id" interface="zwp_input_method_context1"/>
</event>
<event name="deactivate">
@@ -261,22 +261,22 @@
The input method context should be destroyed after deactivation is
handled.
</description>
- <arg name="context" type="object" interface="zwl_input_method_context1"/>
+ <arg name="context" type="object" interface="zwp_input_method_context1"/>
</event>
</interface>
- <interface name="zwl_input_panel1" version="1">
+ <interface name="zwp_input_panel1" version="1">
<description summary="interface for implementing keyboards">
Only one client can bind this interface at a time.
</description>
<request name="get_input_panel_surface">
- <arg name="id" type="new_id" interface="zwl_input_panel_surface1"/>
+ <arg name="id" type="new_id" interface="zwp_input_panel_surface1"/>
<arg name="surface" type="object" interface="wl_surface"/>
</request>
</interface>
- <interface name="zwl_input_panel_surface1" version="1">
+ <interface name="zwp_input_panel_surface1" version="1">
<enum name="position">
<entry name="center_bottom" value="0"/>
</enum>
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.
diff --git a/unstable/presentation-timing/presentation-timing-unstable-v1.xml b/unstable/presentation-timing/presentation-timing-unstable-v1.xml
index cdeab35..3fa7e83 100644
--- a/unstable/presentation-timing/presentation-timing-unstable-v1.xml
+++ b/unstable/presentation-timing/presentation-timing-unstable-v1.xml
@@ -25,7 +25,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
- <interface name="zwl_presentation1" version="1">
+ <interface name="zwp_presentation1" version="1">
<description summary="timed presentation related wl_surface requests">
<!-- Introduction -->
@@ -97,7 +97,7 @@
<arg name="surface" type="object" interface="wl_surface"
summary="target surface"/>
- <arg name="callback" type="new_id" interface="zwl_presentation_feedback1"
+ <arg name="callback" type="new_id" interface="zwp_presentation_feedback1"
summary="new feedback object"/>
</request>
@@ -141,7 +141,7 @@
</interface>
- <interface name="zwl_presentation_feedback1" version="1">
+ <interface name="zwp_presentation_feedback1" version="1">
<description summary="presentation time feedback event">
A presentation_feedback object returns an indication that a
wl_surface content update has become visible to the user.
diff --git a/unstable/text-input/text-input-unstable-v1.xml b/unstable/text-input/text-input-unstable-v1.xml
index 24f6dab..ef225dd 100644
--- a/unstable/text-input/text-input-unstable-v1.xml
+++ b/unstable/text-input/text-input-unstable-v1.xml
@@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
- <interface name="zwl_text_input1" version="1">
+ <interface name="zwp_text_input1" version="1">
<description summary="text input">
An object used for text input. Adds support for text input and input
methods to applications. A text-input object is created from a
@@ -367,7 +367,7 @@
</event>
</interface>
- <interface name="zwl_text_input_manager1" version="1">
+ <interface name="zwp_text_input_manager1" version="1">
<description summary="text input manager">
A factory for text-input objects. This object is a global singleton.
</description>
@@ -376,7 +376,7 @@
<description summary="create text input">
Creates a new text-input object.
</description>
- <arg name="id" type="new_id" interface="zwl_text_input1"/>
+ <arg name="id" type="new_id" interface="zwp_text_input1"/>
</request>
</interface>