mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
fcft: include <fcft/fcft.h>, and use fcft/stride.h instead of local copy
This commit is contained in:
parent
5919b0642c
commit
30335ef32a
6 changed files with 5 additions and 14 deletions
2
shm.c
2
shm.c
|
|
@ -9,12 +9,12 @@
|
|||
|
||||
#include <pixman.h>
|
||||
|
||||
#include <fcft/stride.h>
|
||||
#include <tllist.h>
|
||||
|
||||
#define LOG_MODULE "shm"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
#include "stride.h"
|
||||
|
||||
static tll(struct buffer) buffers;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue