aboutsummaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-08-19 13:44:01 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-08-27 12:06:11 -0400
commite908893080a391b731591720e52f4c38c4c644e4 (patch)
tree74440c756a9515ecbdbe2b19d9ab584746f05de5 /protocol
parentserver: Hand code all wl_display client stubs (diff)
downloadwayland-e908893080a391b731591720e52f4c38c4c644e4.tar
wayland-e908893080a391b731591720e52f4c38c4c644e4.tar.gz
wayland-e908893080a391b731591720e52f4c38c4c644e4.tar.bz2
wayland-e908893080a391b731591720e52f4c38c4c644e4.tar.lz
wayland-e908893080a391b731591720e52f4c38c4c644e4.tar.xz
wayland-e908893080a391b731591720e52f4c38c4c644e4.tar.zst
wayland-e908893080a391b731591720e52f4c38c4c644e4.zip
Bind globals to client provided object IDs
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index f1dd78e..ac1e2e5 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -31,9 +31,10 @@
It is used for internal wayland protocol features. -->
<interface name="wl_display" version="1">
<request name="bind">
- <arg name="id" type="uint"/>
+ <arg name="name" type="uint"/>
<arg name="interface" type="string"/>
<arg name="version" type="uint"/>
+ <arg name="id" type="new_id" interface="wl_object"/>
</request>
<!-- sync is an just an echo, which will reply with a key event.