diff options
| author | Simon Ser <contact@emersion.fr> | 2025-03-16 00:13:17 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2025-05-20 20:57:52 +0000 |
| commit | 9b169ff945a8fdddc3a92b1990bddc29a7d24465 (patch) | |
| tree | 5baf3c23b1e01fbfe48a80fc70b7d8a3b44005a4 | |
| parent | Fix typos (diff) | |
| download | wayland-9b169ff945a8fdddc3a92b1990bddc29a7d24465.tar wayland-9b169ff945a8fdddc3a92b1990bddc29a7d24465.tar.gz wayland-9b169ff945a8fdddc3a92b1990bddc29a7d24465.tar.bz2 wayland-9b169ff945a8fdddc3a92b1990bddc29a7d24465.tar.lz wayland-9b169ff945a8fdddc3a92b1990bddc29a7d24465.tar.xz wayland-9b169ff945a8fdddc3a92b1990bddc29a7d24465.tar.zst wayland-9b169ff945a8fdddc3a92b1990bddc29a7d24465.zip | |
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>
| -rw-r--r-- | protocol/wayland.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index a87d07f..bee74a1 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -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 |
