diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-05-09 17:35:58 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-06-21 17:42:55 +0200 |
commit | 2fcebfed95447b994649f58f7b0d40e8bac8de08 (patch) | |
tree | d2260030352f75fa7553250e28a65cf4cd1dbced /protocol | |
parent | a2db57517b3648f52410c6861704b5c4190416c1 (diff) |
Add buffer.release event
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index ad35072..3dc3c0b 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -139,6 +139,9 @@ <!-- Destroy a buffer. This will invalidate the object id. --> <request name="destroy" type="destructor"/> + + <!-- Sent when an attached buffer is no longer used by the compositor. --> + <event name="release"/> </interface> <interface name="wl_shell" version="1"> |