mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Introduce display.bind to request events from a global
This commit is contained in:
parent
a0010d8f82
commit
320a5634cf
6 changed files with 65 additions and 24 deletions
|
|
@ -4,6 +4,12 @@
|
|||
<!-- The core global object. This is a special singleton object.
|
||||
It is used for internal wayland protocol features. -->
|
||||
<interface name="display" version="1">
|
||||
<request name="bind">
|
||||
<arg name="id" type="uint"/>
|
||||
<arg name="interface" type="string"/>
|
||||
<arg name="version" type="uint"/>
|
||||
</request>
|
||||
|
||||
<!-- sync is an just an echo, which will reply with a sync event.
|
||||
Since requests are handled in-order, this can be used as a
|
||||
barrier to ensure all previous requests have ben handled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue