scanner: Catch more invalid attribute combinations for arg

Spotted by Jakob Bornecrantz.
This commit is contained in:
Kristian Høgsberg 2011-10-24 16:04:09 -04:00
parent 1ac009473b
commit d63884b0c7
2 changed files with 13 additions and 5 deletions

View file

@ -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>