main.c
changeset 293 093744cc5353
parent 292 4aa632b6ba66
child 295 7565875d07d3
--- a/main.c	Tue Aug 15 07:31:42 2006 +0200
+++ b/main.c	Tue Aug 15 08:25:11 2006 +0200
@@ -291,9 +291,8 @@
 					strcpy(stext, "broken pipe");
 				drawstatus();
 			}
-			if(FD_ISSET(xfd, &rd))
-				procevent();
 		}
+		procevent();
 	}
 	cleanup();
 	XCloseDisplay(dpy);