diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-14 10:38:44 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-04-18 10:24:45 -0400 |
commit | 320a5634cf7060b5db22a0519b0ddc532894eb3b (patch) | |
tree | 096acb46904cb21d84a8b892ba331927fdb97241 /protocol | |
parent | a0010d8f8260387e9edd27a9f3d466ac784c12de (diff) |
Introduce display.bind to request events from a global
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 486cc0c..90dc763 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -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. |