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 2025-09-22 16:47:01 +02:00
commit 08ae0713a8

View file

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