all repos — dwm @ 2431ae7df7f654f6dbe5e923fadf703eaa4a7bf4

my dwm build

locale update
Anselm R Garbe garbeam@gmail.com
Mon, 30 Jun 2008 09:57:45 +0100
commit

2431ae7df7f654f6dbe5e923fadf703eaa4a7bf4

parent

829b6b57e7b30bfbbf85dce718afcb2d33d2e3a9

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -1704,7 +1704,9 @@ eprint("dwm-"VERSION", © 2006-2008 dwm engineers, see LICENSE for details\n");

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");