mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-09 11:48:08 +02:00
xdg-output: Clarify version dependencies with wl_output
Should a client use wl_output v1 and xdg_output v3 there is a situation where no done event is sent. This requirement exists currently, but it is not written explicitly. Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/2 Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/81 Signed-off-by: David Edmundson <davidedmundson@kde.org>
This commit is contained in:
parent
2398378cf7
commit
0c83b875ac
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@
|
|||
concepts (such as output location within the global compositor space,
|
||||
the connector name and types, etc.) out of the core wl_output protocol.
|
||||
|
||||
Compositors implementing version 3 of this protocol must support
|
||||
wl_output v2 or higher. Clients binding to this protocol at version 3 must
|
||||
also bind to wl_output objects at version 2 or higher.
|
||||
|
||||
Warning! The protocol described in this file is experimental and
|
||||
backward incompatible changes may be made. Backward compatible
|
||||
changes may be added together with the corresponding interface
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue