From: Anselm R. Garbe Date: Tue, 15 May 2007 11:58:29 +0000 (+0200) Subject: raising the barwin has no effect becasue of restack X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=a967d7f66447b1b3023cdb4b5a10fca2cfb23b05 raising the barwin has no effect becasue of restack --- 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)); }