mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-05 04:06:20 -05: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
de2baf4d56
1 changed files with 3 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue