From 862a0b4826ffbae0e269e0b203c6cd41770ef9a7 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Sat, 25 May 2024 15:17:32 +0300 Subject: [PATCH] fullscreen-shell: deprecate There are no real-world clients that use this protocol. --- include/wlr/types/wlr_fullscreen_shell_v1.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/wlr/types/wlr_fullscreen_shell_v1.h b/include/wlr/types/wlr_fullscreen_shell_v1.h index 4e5b2cfe..54e4c055 100644 --- a/include/wlr/types/wlr_fullscreen_shell_v1.h +++ b/include/wlr/types/wlr_fullscreen_shell_v1.h @@ -1,7 +1,8 @@ /* - * This an unstable interface of wlroots. No guarantees are made regarding the - * future consistency of this API. + * This is a deprecated interface of wlroots. It will be removed in a future + * version. */ + #ifndef WLR_USE_UNSTABLE #error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features" #endif