mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-19 06:59:51 -05:00
Bind globals to client provided object IDs
This commit is contained in:
parent
a7c6824328
commit
e908893080
6 changed files with 30 additions and 43 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue