damage-ring: add missing headers

Kirill Primak 2 years ago committed by Simon Ser
parent 440d7fa072
commit 4152db92ef

@ -10,6 +10,9 @@
#define WLR_TYPES_WLR_DAMAGE_RING_H #define WLR_TYPES_WLR_DAMAGE_RING_H
#include <stdbool.h> #include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <pixman.h>
/* For triple buffering, a history of two frames is required. */ /* For triple buffering, a history of two frames is required. */
#define WLR_DAMAGE_RING_PREVIOUS_LEN 2 #define WLR_DAMAGE_RING_PREVIOUS_LEN 2

Loading…
Cancel
Save