also setting LC_CTYPE only

This commit is contained in:
arg@mig29 2006-12-05 13:31:29 +01:00
parent 9bd9ea423e
commit 71b82fb1f6
1 changed files with 1 additions and 1 deletions

2
draw.c
View File

@ -170,8 +170,8 @@ setfont(const char *fontstr) {
char **missing, *def;
int i, n;
setlocale(LC_CTYPE, "");
missing = NULL;
setlocale(LC_ALL, "");
if(dc.font.set)
XFreeFontSet(dpy, dc.font.set);
dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);