mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
shm: replace inclusion of terminal.h with a forward declaration of damage
It’s the only thing we “need” from terminal.h
This commit is contained in:
parent
9b6cee825b
commit
f5da62c462
1 changed files with 1 additions and 1 deletions
2
shm.h
2
shm.h
|
|
@ -7,7 +7,7 @@
|
||||||
#include <pixman.h>
|
#include <pixman.h>
|
||||||
#include <wayland-client.h>
|
#include <wayland-client.h>
|
||||||
|
|
||||||
#include "terminal.h"
|
struct damage;
|
||||||
|
|
||||||
struct buffer {
|
struct buffer {
|
||||||
bool locked; /* Caller owned, shm won’t destroy it */
|
bool locked; /* Caller owned, shm won’t destroy it */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue