From 380bdd6ba7ed836412ef5e5d6385fd45151e8489 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 2 Feb 2023 14:56:16 +0100 Subject: 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 --- unstable/xdg-output/xdg-output-unstable-v1.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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. @@ -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. -- cgit v1.2.1