From 4a504ad268d2f34fa715c1a02736b0db04e4613a Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 9 Sep 2007 17:54:43 +0000 Subject: [PATCH] added flags parameter to gfxfont_load --- lib/gfxfont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gfxfont.h b/lib/gfxfont.h index 9cf3d4c..695e965 100644 --- a/lib/gfxfont.h +++ b/lib/gfxfont.h @@ -32,7 +32,7 @@ extern "C" { /* The quality parameter is given by 1 divided by the zoom factor at which the font still looks good. 1=normal, 0.5=double resolution etc. */ -gfxfont_t* gfxfont_load(char*id, char*filename, double quality); +gfxfont_t* gfxfont_load(char*id, char*filename, unsigned int flags, double quality); void gfxfont_free(gfxfont_t*font); #ifdef __cplusplus -- 1.7.10.4