diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-15 08:25:11 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-15 08:25:11 +0200 |
commit | df74b26e5dfa3ae0f3f66107a562be6ac46ee0c3 (patch) | |
tree | c928435463fcc7d8f807644d2596d2325fcdaec3 /main.c | |
parent | b6ad663f87b195b1494798030f826cb2fbc71a23 (diff) | |
download | dwm-df74b26e5dfa3ae0f3f66107a562be6ac46ee0c3.tar.gz |
applied jk_to_tab patch
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c index b348598..d0048be 100644 --- a/main.c +++ b/main.c @@ -291,9 +291,8 @@ main(int argc, char *argv[]) strcpy(stext, "broken pipe"); drawstatus(); } - if(FD_ISSET(xfd, &rd)) - procevent(); } + procevent(); } cleanup(); XCloseDisplay(dpy); |