mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-05 15:48:03 +02:00
Merge branch 'xdg-output' into 'main'
xdg-output: clarify interaction with wl_output.done Closes #2 and #81 See merge request wayland/wayland-protocols!138
This commit is contained in:
commit
64bc5c34ae
1 changed files with 4 additions and 3 deletions
|
|
@ -159,9 +159,10 @@
|
|||
This allows changes to the xdg_output properties to be seen as
|
||||
atomic, even if they happen via multiple events.
|
||||
|
||||
For objects version 3 onwards, this event is deprecated. Compositors
|
||||
are not required to send it anymore and must send wl_output.done
|
||||
instead.
|
||||
For objects version 3 onwards, this event is deprecated. If the version of
|
||||
the wl_output is at least 2, the compositor must send a wl_output.done
|
||||
event instead. If the version of the wl_output is 1, neither event will be
|
||||
sent.
|
||||
</description>
|
||||
</event>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue