aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
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 /protocol
parentscanner: map 'int' to int32_t. (diff)
downloadwayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar
wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.gz
wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.bz2
wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.lz
wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.xz
wayland-671a62cb968b6793f0504770888b23b79e6fb81e.tar.zst
wayland-671a62cb968b6793f0504770888b23b79e6fb81e.zip
protocol: Make id arg of display.global event be just a uint
Global names are different from object IDs.
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 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>