protocol: Make id arg of display.global event be just a uint

Global names are different from object IDs.
This commit is contained in:
Kristian Høgsberg 2011-07-11 11:15:00 -04:00
parent ff1a06c03a
commit 671a62cb96

View file

@ -48,7 +48,7 @@
server will always announce an object before the object sends
out events. -->
<event name="global">
<arg name="id" type="new_id" interface="wl_object"/>
<arg name="id" type="uint" interface="wl_object"/>
<arg name="name" type="string"/>
<arg name="version" type="uint"/>
</event>