From 0d74fc2dc51c783e6f5710facacafd1b9bf2fa66 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 5 Jun 2025 17:28:18 +0200 Subject: [PATCH] output-management: relax wl_output match constraint for make/model This is too restrictive: the compositor might not want to advertise the real make/model in wl_output, because that API is not privileged. References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5045 --- unstable/wlr-output-management-unstable-v1.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/unstable/wlr-output-management-unstable-v1.xml b/unstable/wlr-output-management-unstable-v1.xml index a8f4718..bc630b1 100644 --- a/unstable/wlr-output-management-unstable-v1.xml +++ b/unstable/wlr-output-management-unstable-v1.xml @@ -268,9 +268,6 @@ This event describes the manufacturer of the head. - This must report the same make as the wl_output interface does in its - geometry event. - Together with the model and serial_number events the purpose is to allow clients to recognize heads from previous sessions and for example load head-specific configurations back. @@ -296,9 +293,6 @@ This event describes the model of the head. - This must report the same model as the wl_output interface does in its - geometry event. - Together with the make and serial_number events the purpose is to allow clients to recognize heads from previous sessions and for example load head-specific configurations back.