dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit fa32f02a43482b54c33aeb1d0b269761db151994
parent 598e22907e6a3bcfbc35f913dae24d031d6f9170
Author: Anselm R. Garbe <arg@suckless.org>
Date:   Wed, 16 May 2007 22:05:02 +0200

no that change breaks fullscreen apps
Diffstat:
Mlayout.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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));
 }