summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-07-11 11:15:00 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-07-11 11:15:00 -0400
commit671a62cb968b6793f0504770888b23b79e6fb81e (patch)
treec8b779869656bfd9c28cd88a3dd1f00363d87c4b
parentff1a06c03abfa18c18986d42683d69aa47f7d841 (diff)
protocol: Make id arg of display.global event be just a uint
Global names are different from object IDs.
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 8d8afa4..45c29ca 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -48,7 +48,7 @@
server will always announce an object before the object sends
out events. -->
<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="version" type="uint"/>
</event>