diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-06-21 12:15:31 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-06-21 12:15:31 -0400 |
commit | 7dc36984af4b70018e4c70a39cf19172693d33fc (patch) | |
tree | c3f93ac831ea516b92016429a98f5a239324c9d5 /protocol | |
parent | bfea3d6befdb688d5354e6f15a9400ea637febf9 (diff) | |
parent | 4c2500c2e2abc380f34e3222d31222fd103015a5 (diff) |
Merge remote-tracking branch 'bnf/buffer.release'
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 acaa706..fd54245 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -144,6 +144,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"> |