summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-10-24 16:04:09 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-10-24 16:04:09 -0400
commitd63884b0c701a24f3bfdded036c5d5b6b2b6bd0d (patch)
tree36ff190b36888cc966211beaf17b8c12e3f5999d /protocol
parent1ac009473bab32a304beb4f115fbae2514824a06 (diff)
scanner: Catch more invalid attribute combinations for arg
Spotted by Jakob Bornecrantz.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index e1d11cb..1db72d9 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -66,7 +66,7 @@
server will always announce an object before the object sends
out events. -->
<event name="global">
- <arg name="name" type="uint" interface="wl_object"/>
+ <arg name="name" type="uint"/>
<arg name="interface" type="string"/>
<arg name="version" type="uint"/>
</event>