better cast; noticed by ray@

ok ray@ oga@
This commit is contained in:
okan 2009-01-13 15:25:43 +00:00
parent c07123ec78
commit 7e110f379b

2
font.c
View File

@ -68,7 +68,7 @@ font_make(struct screen_ctx *sc, const char *name)
FcPattern *pat, *patx; FcPattern *pat, *patx;
XftResult res; XftResult res;
if ((pat = FcNameParse((FcChar8*)name)) == NULL) if ((pat = FcNameParse((const FcChar8*)name)) == NULL)
return (NULL); return (NULL);
if ((patx = XftFontMatch(X_Dpy, sc->which, pat, &res)) != NULL) if ((patx = XftFontMatch(X_Dpy, sc->which, pat, &res)) != NULL)