diff options
author | arg@mig29 <unknown> | 2006-12-07 10:06:06 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-07 10:06:06 +0100 |
commit | dd7ee0dae1e8cb9ffd58fbcab7708e9042eb560c (patch) | |
tree | b4450235ebe9c0b160fef4b512c4c15c873b6e11 /draw.c | |
parent | 250aa199bbc3f12a538ac3162d8065d44fab8c22 (diff) |
also fixing dmenu accordingly
Diffstat (limited to 'draw.c')
-rw-r--r-- | draw.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,7 +4,6 @@ #include "dmenu.h" #include <stdio.h> #include <string.h> -#include <X11/Xlocale.h> /* static */ @@ -84,7 +83,6 @@ setfont(const char *fontstr) { int i, n; missing = NULL; - setlocale(LC_CTYPE, ""); if(dc.font.set) XFreeFontSet(dpy, dc.font.set); dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def); |