aboutsummaryrefslogtreecommitdiffstats
path: root/view.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-15 12:04:25 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-15 12:04:25 +0100
commitf8181f64e2ba4fca4e85036c48cf90a2151794fc (patch)
tree7d82e76b3214ca5e09a25ce8e68f1fbf1491c138 /view.c
parent0045ad87dfb32f35fc17b5b8942049cfe84d623c (diff)
downloaddwm-f8181f64e2ba4fca4e85036c48cf90a2151794fc.tar.zst
removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
Diffstat (limited to 'view.c')
-rw-r--r--view.c1
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));
}