Added font2 patch

This commit is contained in:
hellisabove
2021-09-14 00:14:53 +03:00
parent 58ae979b27
commit d28a25c2e4
10 changed files with 330 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
--- x.c
+++ x.c
@@ -149,6 +149,8 @@ static void xhints(void);
static int xloadcolor(int, const char *, Color *);
static int xloadfont(Font *, FcPattern *);
static void xloadfonts(char *, double);
+static int xloadsparefont(FcPattern *, int);
+static void xloadsparefonts(void);
static void xunloadfont(Font *);
static void xunloadfonts(void);
static void xsetenv(void);