summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXaver Hugl <xaver.hugl@gmail.com>2022-11-28 14:57:13 +0100
committerSimon Ser <contact@emersion.fr>2023-01-23 17:06:32 +0000
commit930bc8014b43653204d411add2009c0d86e4a945 (patch)
treebf8cba4430df0532a435f43d25cdb3404544b9ce
parent1dbb6733734499bbf86b8923f629a333ca5200d5 (diff)
downloadwayland-protocols-930bc8014b43653204d411add2009c0d86e4a945.tar.gz
staging/drm-lease: clarify connector naming
If the compositor advertises an output as a wp_drm_lease_connector_v1 and as wl_output, it should make the names match to allow clients to identify the connection between the two outputs. Signed-off-by: Xaver Hugl <xaver.hugl@gmail.com>
-rw-r--r--staging/drm-lease/drm-lease-v1.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/staging/drm-lease/drm-lease-v1.xml b/staging/drm-lease/drm-lease-v1.xml
index d4c960a..648f3bc 100644
--- a/staging/drm-lease/drm-lease-v1.xml
+++ b/staging/drm-lease/drm-lease-v1.xml
@@ -148,6 +148,10 @@
indicate the name of this connector. This will not change for the
duration of the Wayland session, but is not guaranteed to be consistent
between sessions.
+
+ If the compositor supports wl_output version 4 and this connector
+ corresponds to a wl_output, the compositor should use the same name as
+ for the wl_output.
</description>
<arg name="name" type="string" summary="connector name" />
</event>