mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
fcft: use fcft instead of local copy of font.c/font.h
This commit is contained in:
parent
3c939f76e3
commit
fd9c28464d
8 changed files with 23 additions and 8 deletions
3
config.h
3
config.h
|
|
@ -3,8 +3,9 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <tllist.h>
|
||||
|
||||
#include "terminal.h"
|
||||
#include "tllist.h"
|
||||
|
||||
struct config {
|
||||
char *term;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue