aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-11-08 19:58:33 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-11-11 05:31:10 +0000
commita707b7b1017e5dfb92c237bff3d66b6a3963ab8d (patch)
tree8df8b292e220ff3ee10e82f3c4d293f6878cb986
parentea40ba4f6abd6623ff40eef7e443ca2e389ca3b1 (diff)
output-damage: deprecate
-rw-r--r--include/wlr/types/wlr_output_damage.h5
1 files changed, 5 insertions, 0 deletions
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