From 8cfd44980baae8fdc3eb64461378cadd3362878b Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 11 Nov 2022 21:46:50 +0300 Subject: [PATCH] input-inhibitor: deprecate The protocol itself has been deprecated. --- include/wlr/types/wlr_input_inhibitor.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wlr/types/wlr_input_inhibitor.h b/include/wlr/types/wlr_input_inhibitor.h index 1de20733..b3fd19ee 100644 --- a/include/wlr/types/wlr_input_inhibitor.h +++ b/include/wlr/types/wlr_input_inhibitor.h @@ -10,6 +10,11 @@ #define WLR_TYPES_INPUT_INHIBITOR_H #include +/* + * NOTE: Following the protocol deprecation, wlr/types/wlr_input_inhibitor.h is + * deprecated and will be removed in the next release. + */ + struct wlr_input_inhibit_manager { struct wl_global *global; struct wl_client *active_client;