mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -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
main.c
3
main.c
|
|
@ -10,13 +10,14 @@
|
|||
|
||||
#include <sys/sysinfo.h>
|
||||
|
||||
#include <fcft.h>
|
||||
|
||||
#define LOG_MODULE "main"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
|
||||
#include "config.h"
|
||||
#include "fdm.h"
|
||||
#include "font.h"
|
||||
#include "server.h"
|
||||
#include "shm.h"
|
||||
#include "terminal.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue