aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-15 13:58:29 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-15 13:58:29 +0200
commita967d7f66447b1b3023cdb4b5a10fca2cfb23b05 (patch)
tree12bb36c8acef8903d307e125772dfdb7b2d2e5b9 /main.c
parentce450c5bf16f7e86803fe7f5d41b0d1f9bdf3e52 (diff)
downloaddwm-a967d7f66447b1b3023cdb4b5a10fca2cfb23b05.tar.zst
raising the barwin has no effect becasue of restack
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 16cf806..af1f1a6 100644
--- a/main.c
+++ b/main.c
@@ -247,7 +247,6 @@ updatebarpos(void) {
XMoveWindow(dpy, barwin, sx, sy - bh);
break;
}
- XRaiseWindow(dpy, barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}