diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-01 22:49:05 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-01 22:49:05 +0200 |
| commit | 43a0c9e57cfdf03ce9e12dd64ce3825337dfb75b (patch) | |
| tree | ceb30162405644459d3f1aaa08409034737be43e /src/client/font.h | |
| parent | 285f01f09c226d23148f515e5262ab243f88befb (diff) | |
Support libfontconfig
Diffstat (limited to 'src/client/font.h')
| -rw-r--r-- | src/client/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |