aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-11-11 21:46:50 +0300
committerSimon Ser <contact@emersion.fr>2022-11-15 16:06:53 +0000
commit8cfd44980baae8fdc3eb64461378cadd3362878b (patch)
treee236bbfd8216662a98e867e2127456b7727d3261 /include
parentd6e2ab5145aee876ad3bbfe4b485b0439cdc8295 (diff)
input-inhibitor: deprecate
The protocol itself has been deprecated.
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_input_inhibitor.h5
1 files changed, 5 insertions, 0 deletions
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 <wayland-server-core.h>
+/*
+ * 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;