aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-06-30 10:57:45 +0200
committerAnselm R Garbe <garbeam@gmail.com>2008-06-30 10:57:45 +0200
commit2431ae7df7f654f6dbe5e923fadf703eaa4a7bf4 (patch)
tree173e90bf6d83cdbfc858cd6f3244175bfdac7aac /dwm.c
parent829b6b57e7b30bfbbf85dce718afcb2d33d2e3a9 (diff)
downloaddwm-2431ae7df7f654f6dbe5e923fadf703eaa4a7bf4.tar.zst
locale update
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index b7e937d..0691029 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1704,7 +1704,9 @@ main(int argc, char *argv[]) {
else if(argc != 1)
eprint("usage: dwm [-v]\n");
- setlocale(LC_CTYPE, "");
+ if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
+ fprintf(stderr, "warning: no locale support\n");
+
if(!(dpy = XOpenDisplay(0)))
eprint("dwm: cannot open display\n");