raise barwin in restack, that's the most elegant solution I think

This commit is contained in:
Anselm R. Garbe 2007-05-16 21:59:53 +02:00
parent 1e826ddd3e
commit 598e22907e
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ restack(void) {
XLowerWindow(dpy, c->win);
}
}
XRaiseWindow(dpy, barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}