mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
output-damage: deprecate
This commit is contained in:
parent
ea40ba4f6a
commit
a707b7b101
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
|
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
|
||||||
#endif
|
#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
|
#ifndef WLR_TYPES_WLR_OUTPUT_DAMAGE_H
|
||||||
#define WLR_TYPES_WLR_OUTPUT_DAMAGE_H
|
#define WLR_TYPES_WLR_OUTPUT_DAMAGE_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue