mirror of git://git.suckless.org/dwm
barwindow raising
This commit is contained in:
parent
5ad2828c57
commit
8f5f7a5b5a
3
main.c
3
main.c
|
@ -245,6 +245,9 @@ updatebarpos(void) {
|
||||||
XMoveWindow(dpy, barwin, sx, sy - bh);
|
XMoveWindow(dpy, barwin, sx, sy - bh);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
XRaiseWindow(dpy, barwin);
|
||||||
|
XSync(dpy, False);
|
||||||
|
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* There's no way to check accesses to destroyed windows, thus those cases are
|
/* There's no way to check accesses to destroyed windows, thus those cases are
|
||||||
|
|
Loading…
Reference in New Issue