diff options
Diffstat (limited to 'render/font.h')
| -rw-r--r-- | render/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/font.h b/render/font.h index ab52b450..6f8d511c 100644 --- a/render/font.h +++ b/render/font.h @@ -31,7 +31,7 @@ struct _RrFont { gint offset; }; -RrFont *RrFontOpen(const RrInstance *inst, char *fontstring); +RrFont *RrFontOpen(const RrInstance *inst, gchar *fontstring); void RrFontClose(RrFont *f); void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *position); #endif /* __font_h */ |
