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-01-27 16:46:46 +01:00
commit de2baf4d56

View file

@ -507,6 +507,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">