From: Anselm R. Garbe Date: Wed, 16 May 2007 19:59:53 +0000 (+0200) Subject: raise barwin in restack, that's the most elegant solution I think X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=598e22907e6a3bcfbc35f913dae24d031d6f9170 raise barwin in restack, that's the most elegant solution I think --- diff --git a/layout.c b/layout.c index bc5ca1c..0f17b69 100644 --- a/layout.c +++ b/layout.c @@ -189,6 +189,7 @@ restack(void) { XLowerWindow(dpy, c->win); } } + XRaiseWindow(dpy, barwin); XSync(dpy, False); while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); }