raise barwin in restack, that's the most elegant solution I think
598e2290
1 file(s) · +1 −0
| 189 | 189 | XLowerWindow(dpy, c->win); |
|
| 190 | 190 | } |
|
| 191 | 191 | } |
|
| 192 | + | XRaiseWindow(dpy, barwin); |
|
| 192 | 193 | XSync(dpy, False); |
|
| 193 | 194 | while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); |
|
| 194 | 195 | } |