mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Add buffer.release event
This commit is contained in:
parent
a2db57517b
commit
2fcebfed95
1 changed files with 3 additions and 0 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue