summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-02-02 14:56:16 +0100
committerSimon Ser <contact@emersion.fr>2023-02-12 10:16:21 +0000
commit380bdd6ba7ed836412ef5e5d6385fd45151e8489 (patch)
tree3dda191e6424b8c896ce1b5b91b4a73e620b1fc5
parenta9fbc224cc3a793dbc415b6c85361ad71cb60135 (diff)
downloadwayland-protocols-380bdd6ba7ed836412ef5e5d6385fd45151e8489.tar.gz
xdg-output-unstable-v1: deprecate name and description
These have been merged into wl_output. Clients should prefer using wl_output events instead of relying on xdg-output. Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--unstable/xdg-output/xdg-output-unstable-v1.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/unstable/xdg-output/xdg-output-unstable-v1.xml b/unstable/xdg-output/xdg-output-unstable-v1.xml
index 9a5b790..261e09b 100644
--- a/unstable/xdg-output/xdg-output-unstable-v1.xml
+++ b/unstable/xdg-output/xdg-output-unstable-v1.xml
@@ -191,6 +191,9 @@
xdg_output_manager.get_xdg_output). This event is only sent once per
xdg_output, and the name does not change over the lifetime of the
wl_output global.
+
+ This event is deprecated, instead clients should use wl_output.name.
+ Compositors must still support this event.
</description>
<arg name="name" type="string" summary="output name"/>
</event>
@@ -212,6 +215,9 @@
For objects of version 2 and lower, this event is only sent once per
xdg_output, and the description does not change over the lifetime of
the wl_output global.
+
+ This event is deprecated, instead clients should use
+ wl_output.description. Compositors must still support this event.
</description>
<arg name="description" type="string" summary="output description"/>
</event>