Merge branch 'jorth/buffer-destroy-undef' into 'main'

protocol: buffer storage must not be destroyed while in use

See merge request wayland/wayland!398
This commit is contained in:
Julian Orth 2026-03-03 15:38:42 +01:00
commit 2351bc185a

View file

@ -520,6 +520,9 @@
Note, because wl_buffer objects are created from multiple independent
factory interfaces, the wl_buffer interface is frozen at version 1.
If the client destroys the underlying storage of a wl_buffer while the
compositor is using the buffer, the behavior is unspecified.
</description>
<request name="destroy" type="destructor">