JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied jk_to_tab patch
[dwm.git] / main.c
diff --git a/main.c b/main.c
index b348598..d0048be 100644 (file)
--- 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);