diff options
| author | Anselm R. Garbe <[email protected]> | 2007-05-16 21:59:53 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-05-16 21:59:53 +0200 |
| commit | 598e22907e6a3bcfbc35f913dae24d031d6f9170 (patch) | |
| tree | 704e6405915c28487800246b81b22a1c664a93a4 /layout.c | |
| parent | simplification (diff) | |
| download | dwm-598e22907e6a3bcfbc35f913dae24d031d6f9170.tar.gz dwm-598e22907e6a3bcfbc35f913dae24d031d6f9170.tar.bz2 dwm-598e22907e6a3bcfbc35f913dae24d031d6f9170.zip | |
raise barwin in restack, that's the most elegant solution I think
Diffstat (limited to 'layout.c')
| -rw-r--r-- | layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)); } |