mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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:
commit
08ae0713a8
1 changed files with 3 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue