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.
This commit is contained in:
Kristian Høgsberg 2013-06-05 01:07:28 -04:00
parent 1488c96a5d
commit a3870a297c

View file

@ -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">