diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-15 03:59:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-15 03:59:35 +0000 |
| commit | 740c5b2a20d5110435d0874f8cc6a4c9dfd14777 (patch) | |
| tree | 41dd6d301a1da504b6bc9ec7b4cccea2efd16423 /render/font.h | |
| parent | 8085f3490fb5790d15fcb47988bbc24e17467725 (diff) | |
consistant glib type usage
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 */ |
