mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
damage-ring: add missing headers
This commit is contained in:
parent
440d7fa072
commit
4152db92ef
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
#define WLR_TYPES_WLR_DAMAGE_RING_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <pixman.h>
|
||||
|
||||
/* For triple buffering, a history of two frames is required. */
|
||||
#define WLR_DAMAGE_RING_PREVIOUS_LEN 2
|
||||
|
|
Loading…
Reference in a new issue