From 43a0c9e57cfdf03ce9e12dd64ce3825337dfb75b Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Wed, 1 Apr 2009 22:49:05 +0200 Subject: Support libfontconfig --- src/client/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/font.h') diff --git a/src/client/font.h b/src/client/font.h index f728e86..6f30a71 100644 --- a/src/client/font.h +++ b/src/client/font.h @@ -18,7 +18,7 @@ # define FONT_SIZE 16 extern bool_t isFontInicialized(); -extern void initFont(char *file, int size); +extern void initFont(); extern void drawFont(char *s, int x, int y, int r, int g, int b); extern void drawFontMaxSize(char *s, int x, int y, int w, int h, int r, int g, int b); -- cgit v1.2.3