summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-02-03 09:26:20 +0100
committerSimon Ser <contact@emersion.fr>2023-02-21 12:31:18 +0000
commitcf838fd316f74b0a79ca6cbe1a5cf2548c8265c2 (patch)
tree2ab38f3bdad67b47012b0c598e6226a74ba39994
parent380bdd6ba7ed836412ef5e5d6385fd45151e8489 (diff)
downloadwayland-protocols-cf838fd316f74b0a79ca6cbe1a5cf2548c8265c2.tar.gz
xdg-output: clarify goal
In the past, xdg-output had only the logical_position and logical_size events, then the name and description events were added. Later on, they were moved inside wl_output since they aren't desktop-specific. However the goals section of the protocol overview hasn't been updated accordingly. Make it clear that this protocol's name and description events should not be preferred over wl_output. Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--unstable/xdg-output/xdg-output-unstable-v1.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/unstable/xdg-output/xdg-output-unstable-v1.xml b/unstable/xdg-output/xdg-output-unstable-v1.xml
index 261e09b..6bc8149 100644
--- a/unstable/xdg-output/xdg-output-unstable-v1.xml
+++ b/unstable/xdg-output/xdg-output-unstable-v1.xml
@@ -35,12 +35,12 @@
Typically, the global compositor space on a desktop system is made of
a contiguous or overlapping set of rectangular regions.
- Some of the information provided in this protocol might be identical
- to their counterparts already available from wl_output, in which case
- the information provided by this protocol should be preferred to their
- equivalent in wl_output. The goal is to move the desktop specific
- concepts (such as output location within the global compositor space,
- the connector name and types, etc.) out of the core wl_output protocol.
+ The logical_position and logical_size events defined in this protocol
+ might provide information identical to their counterparts already
+ available from wl_output, in which case the information provided by this
+ protocol should be preferred to their equivalent in wl_output. The goal is
+ to move the desktop specific concepts (such as output location within the
+ global compositor space, etc.) out of the core wl_output protocol.
Warning! The protocol described in this file is experimental and
backward incompatible changes may be made. Backward compatible