aboutsummaryrefslogtreecommitdiff
path: root/unstable/text-input
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 /unstable/text-input
parenta3023a86ab42b0e6fb89a1e0856a73fa5f753ae1 (diff)
Change all of the zwl_ prefixed protocols to use the zwp_ prefix
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'unstable/text-input')
-rw-r--r--unstable/text-input/text-input-unstable-v1.xml6
1 files changed, 3 insertions, 3 deletions
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>