Mercurial > dwm-meillo
comparison 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 |
comparison
equal
deleted
inserted
replaced
689:cbec08a54a15 | 690:399f08187c27 |
---|---|
198 if(c == sel) | 198 if(c == sel) |
199 continue; | 199 continue; |
200 XLowerWindow(dpy, c->win); | 200 XLowerWindow(dpy, c->win); |
201 } | 201 } |
202 } | 202 } |
203 drawall(); | |
204 XSync(dpy, False); | 203 XSync(dpy, False); |
205 while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); | 204 while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); |
206 } | 205 } |
207 | 206 |
208 void | 207 void |