aewl

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 diff
     1.1 --- a/view.c	Sun Jan 14 22:37:34 2007 +0100
     1.2 +++ b/view.c	Mon Jan 15 12:04:25 2007 +0100
     1.3 @@ -200,7 +200,6 @@
     1.4  			XLowerWindow(dpy, c->win);
     1.5  		}
     1.6  	}
     1.7 -	drawall();
     1.8  	XSync(dpy, False);
     1.9  	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
    1.10  }