mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04: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…
Add table
Add a link
Reference in a new issue