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/input-method | |
parent | a3023a86ab42b0e6fb89a1e0856a73fa5f753ae1 (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/input-method')
-rw-r--r-- | unstable/input-method/input-method-unstable-v1.xml | 14 |
1 files changed, 7 insertions, 7 deletions
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> |