summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-10-24 16:05:04 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-10-24 16:05:04 -0400
commitbfe54cbe3703e6d7b728de3d4d9ca4b663782dbc (patch)
tree976f769166bf5a5ad5df4247e7753c1aac16fe2f
parentd63884b0c701a24f3bfdded036c5d5b6b2b6bd0d (diff)
protocol: Change global_remove arg to be 'name' insteadl of 'id'
Consistent with global args.
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 1db72d9..48ba68a 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -73,7 +73,7 @@
<!-- Notify the client of removed global objects. -->
<event name="global_remove">
- <arg name="id" type="uint" />
+ <arg name="name" type="uint" />
</event>
</interface>