summaryrefslogtreecommitdiffstats
path: root/protocol/wayland.xml
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-06-05 01:07:28 -0400
committerKristian Høgsberg <krh@bitplanet.net>2013-06-05 01:08:58 -0400
commita3870a297c7ee98085c0cd4c1a0b6372ecda05f5 (patch)
tree44c48a5503adabeda5520095f7c643965eceed66 /protocol/wayland.xml
parentAdd accessor functions for wl_resource and deprecate wl_client_add_resource (diff)
downloadwayland-a3870a297c7ee98085c0cd4c1a0b6372ecda05f5.tar
wayland-a3870a297c7ee98085c0cd4c1a0b6372ecda05f5.tar.gz
wayland-a3870a297c7ee98085c0cd4c1a0b6372ecda05f5.tar.bz2
wayland-a3870a297c7ee98085c0cd4c1a0b6372ecda05f5.tar.lz
wayland-a3870a297c7ee98085c0cd4c1a0b6372ecda05f5.tar.xz
wayland-a3870a297c7ee98085c0cd4c1a0b6372ecda05f5.tar.zst
wayland-a3870a297c7ee98085c0cd4c1a0b6372ecda05f5.zip
protocol: Move new name event below existing requests and events and version it
Missed v2 of Robs patch that already did this based on feedback from Ander and Daniel.
Diffstat (limited to 'protocol/wayland.xml')
-rw-r--r--protocol/wayland.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 6302271..f5d08b5 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1199,15 +1199,6 @@
<arg name="capabilities" type="uint"/>
</event>
- <event name="name">
- <description summary="unique identifier for this seat">
- In a multiseat configuration this can be used by the client to help
- identify which physical devices the seat represents. Based on
- the seat configuration used by the compositor.
- </description>
- <arg name="name" type="string"/>
- </event>
-
<request name="get_pointer">
<description summary="return pointer object">
The ID provided will be initialized to the wl_pointer interface
@@ -1240,6 +1231,18 @@
</description>
<arg name="id" type="new_id" interface="wl_touch"/>
</request>
+
+ <!-- Version 2 of additions -->
+
+ <event name="name">
+ <description summary="unique identifier for this seat">
+ In a multiseat configuration this can be used by the client to help
+ identify which physical devices the seat represents. Based on
+ the seat configuration used by the compositor.
+ </description>
+ <arg name="name" type="string"/>
+ </event>
+
</interface>
<interface name="wl_pointer" version="1">