traising the barwin has no effect becasue of restack - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a967d7f66447b1b3023cdb4b5a10fca2cfb23b05
(DIR) parent ce450c5bf16f7e86803fe7f5d41b0d1f9bdf3e52
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Tue, 15 May 2007 13:58:29 +0200
raising the barwin has no effect becasue of restack
Diffstat:
M main.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/main.c b/main.c
t@@ -247,7 +247,6 @@ updatebarpos(void) {
XMoveWindow(dpy, barwin, sx, sy - bh);
break;
}
- XRaiseWindow(dpy, barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}