diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-15 12:04:25 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-15 12:04:25 +0100 |
commit | f8181f64e2ba4fca4e85036c48cf90a2151794fc (patch) | |
tree | 7d82e76b3214ca5e09a25ce8e68f1fbf1491c138 /view.c | |
parent | 0045ad87dfb32f35fc17b5b8942049cfe84d623c (diff) | |
download | dwm-f8181f64e2ba4fca4e85036c48cf90a2151794fc.tar.gz |
removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
Diffstat (limited to 'view.c')
-rw-r--r-- | view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view.c b/view.c index 935525f..bc1f4e2 100644 --- a/view.c +++ b/view.c @@ -200,7 +200,6 @@ restack(void) { XLowerWindow(dpy, c->win); } } - drawall(); XSync(dpy, False); while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); } |