fcft: use fcft instead of local copy of font.c/font.h

This commit is contained in:
Daniel Eklöf 2019-12-01 13:43:51 +01:00
parent 3c939f76e3
commit fd9c28464d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 23 additions and 8 deletions

View file

@ -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))