mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05: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
render.c
3
render.c
|
|
@ -10,12 +10,13 @@
|
|||
#include <wayland-cursor.h>
|
||||
#include <xdg-shell.h>
|
||||
|
||||
#include <fcft.h>
|
||||
|
||||
#define LOG_MODULE "render"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
#include "log.h"
|
||||
#include "shm.h"
|
||||
#include "grid.h"
|
||||
#include "font.h"
|
||||
|
||||
#define min(x, y) ((x) < (y) ? (x) : (y))
|
||||
#define max(x, y) ((x) > (y) ? (x) : (y))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue