Add buffer.release event

This commit is contained in:
Benjamin Franzke 2011-05-09 17:35:58 +02:00
parent a2db57517b
commit 2fcebfed95

View file

@ -139,6 +139,9 @@
<!-- Destroy a buffer. This will invalidate the object id. --> <!-- Destroy a buffer. This will invalidate the object id. -->
<request name="destroy" type="destructor"/> <request name="destroy" type="destructor"/>
<!-- Sent when an attached buffer is no longer used by the compositor. -->
<event name="release"/>
</interface> </interface>
<interface name="wl_shell" version="1"> <interface name="wl_shell" version="1">