mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
protocol: Make id arg of display.global event be just a uint
Global names are different from object IDs.
This commit is contained in:
parent
ff1a06c03a
commit
671a62cb96
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
server will always announce an object before the object sends
|
server will always announce an object before the object sends
|
||||||
out events. -->
|
out events. -->
|
||||||
<event name="global">
|
<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="name" type="string"/>
|
||||||
<arg name="version" type="uint"/>
|
<arg name="version" type="uint"/>
|
||||||
</event>
|
</event>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue