diff view.c @ 690:399f08187c27

removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
author Anselm R. Garbe <arg@suckless.org>
date Mon, 15 Jan 2007 12:04:25 +0100
parents 39fa5308d73f
children 5d7e363f889d
line wrap: on
line diff
--- a/view.c	Sun Jan 14 22:37:34 2007 +0100
+++ b/view.c	Mon Jan 15 12:04:25 2007 +0100
@@ -200,7 +200,6 @@
 			XLowerWindow(dpy, c->win);
 		}
 	}
-	drawall();
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }