diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2013-06-05 01:07:28 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-06-05 01:08:58 -0400 |
commit | a3870a297c7ee98085c0cd4c1a0b6372ecda05f5 (patch) | |
tree | 44c48a5503adabeda5520095f7c643965eceed66 /protocol | |
parent | 1488c96a5db72bcd3b73fabd1f26e8031f773f64 (diff) |
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')
-rw-r--r-- | protocol/wayland.xml | 21 |
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"> |