mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
protocol: Change global_remove arg to be 'name' insteadl of 'id'
Consistent with global args.
This commit is contained in:
parent
d63884b0c7
commit
bfe54cbe37
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
<!-- Notify the client of removed global objects. -->
|
<!-- Notify the client of removed global objects. -->
|
||||||
<event name="global_remove">
|
<event name="global_remove">
|
||||||
<arg name="id" type="uint" />
|
<arg name="name" type="uint" />
|
||||||
</event>
|
</event>
|
||||||
|
|
||||||
</interface>
|
</interface>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue