From a707b7b1017e5dfb92c237bff3d66b6a3963ab8d Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Tue, 8 Nov 2022 19:58:33 +0300 Subject: [PATCH] output-damage: deprecate --- include/wlr/types/wlr_output_damage.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wlr/types/wlr_output_damage.h b/include/wlr/types/wlr_output_damage.h index a09b420c..9f59200c 100644 --- a/include/wlr/types/wlr_output_damage.h +++ b/include/wlr/types/wlr_output_damage.h @@ -6,6 +6,11 @@ #error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features" #endif +/* + * NOTE: wlr/types/wlr_output_damage.h is deprecated and will be removed in + * the next release. Use wlr/types/wlr_damage_ring.h instead. + */ + #ifndef WLR_TYPES_WLR_OUTPUT_DAMAGE_H #define WLR_TYPES_WLR_OUTPUT_DAMAGE_H