#include "dwm.h"
#include <stdio.h>
#include <string.h>
-#include <X11/Xlocale.h>
/* static */
void
setfont(const char *fontstr) {
- char **missing, *def;
+ char *def, **missing;
int i, n;
- setlocale(LC_CTYPE, "");
missing = NULL;
if(dc.font.set)
XFreeFontSet(dpy, dc.font.set);