From 4aa366e3ddf5e9b67950a94b9fb299bbfe05eef8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 16 Jun 2022 17:06:21 +0200 Subject: [PATCH] wlr-input-inhibitor-unstable-v1: deprecate in favor of ext-session-lock-v1 This protocol was only ever used for screen lockers, and we now have a much more robust protocol extension for these. --- unstable/wlr-input-inhibitor-unstable-v1.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unstable/wlr-input-inhibitor-unstable-v1.xml b/unstable/wlr-input-inhibitor-unstable-v1.xml index 6f4c246..35ba723 100644 --- a/unstable/wlr-input-inhibitor-unstable-v1.xml +++ b/unstable/wlr-input-inhibitor-unstable-v1.xml @@ -31,6 +31,9 @@ any surfaces but its own, which is useful for example in lock screen software. It is assumed that access to this interface will be locked down to whitelisted clients by the compositor. + + Note! This protocol is deprecated and not intended for production use. + For screen lockers, use the ext-session-lock-v1 protocol.