mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-28 05:40:14 -04:00
protocol: drop reference to linux-explicit-synchronization
This protocol has been superseded. Replace this outdated reference with a generic hint that protocol extensions may provide this functionality. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
cc06c3825f
commit
9b169ff945
1 changed files with 2 additions and 1 deletions
|
|
@ -1506,7 +1506,8 @@
|
|||
the delivery of wl_buffer.release events becomes undefined. A well
|
||||
behaved client should not rely on wl_buffer.release events in this
|
||||
case. Alternatively, a client could create multiple wl_buffer objects
|
||||
from the same backing storage or use wp_linux_buffer_release.
|
||||
from the same backing storage or use a protocol extension providing
|
||||
per-commit release notifications.
|
||||
|
||||
Destroying the wl_buffer after wl_buffer.release does not change
|
||||
the surface contents. Destroying the wl_buffer before wl_buffer.release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue