Mercurial > dwm-meillo
changeset 614:9ae187cb9ea8
also setting LC_CTYPE only
author | arg@mig29 |
---|---|
date | Tue, 05 Dec 2006 13:31:29 +0100 (2006-12-05) |
parents | 5f4bb0a58f32 |
children | 337b7f4a431e |
files | draw.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/draw.c Tue Dec 05 10:30:31 2006 +0100 +++ b/draw.c Tue Dec 05 13:31:29 2006 +0100 @@ -170,8 +170,8 @@ 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);