mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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 <wayland-client.h>
|
||||
|
||||
#include "terminal.h"
|
||||
struct damage;
|
||||
|
||||
struct buffer {
|
||||
bool locked; /* Caller owned, shm won’t destroy it */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue