diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-05-16 22:05:02 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-16 22:05:02 +0200 |
commit | fa32f02a43482b54c33aeb1d0b269761db151994 (patch) | |
tree | e30efceaf9593696e6b8b071f4cd3d21dc674af4 /layout.c | |
parent | 598e22907e6a3bcfbc35f913dae24d031d6f9170 (diff) | |
download | dwm-fa32f02a43482b54c33aeb1d0b269761db151994.tar.gz |
no that change breaks fullscreen apps 4.1
Diffstat (limited to 'layout.c')
-rw-r--r-- | layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layout.c b/layout.c index 0f17b69..bc5ca1c 100644 --- a/layout.c +++ b/layout.c @@ -189,7 +189,6 @@ restack(void) { XLowerWindow(dpy, c->win); } } - XRaiseWindow(dpy, barwin); XSync(dpy, False); while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); } |