aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-15 13:56:47 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-15 13:56:47 +0200
commitce450c5bf16f7e86803fe7f5d41b0d1f9bdf3e52 (patch)
treed0484bb886e84d988e008ccccc3312650b7f1f42 /main.c
parent8f5f7a5b5a40ee535305927dd12ba83891d1b0b1 (diff)
downloaddwm-ce450c5bf16f7e86803fe7f5d41b0d1f9bdf3e52.tar.zst
fix
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 021874f..16cf806 100644
--- a/main.c
+++ b/main.c
@@ -227,6 +227,8 @@ quit(const char *arg) {
void
updatebarpos(void) {
+ XEvent ev;
+
wax = sx;
way = sy;
wah = sh;