tno that change breaks fullscreen apps - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fa32f02a43482b54c33aeb1d0b269761db151994
 (DIR) parent 598e22907e6a3bcfbc35f913dae24d031d6f9170
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Wed, 16 May 2007 22:05:02 +0200
       
       no that change breaks fullscreen apps
       Diffstat:
         M layout.c                            |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/layout.c b/layout.c
       t@@ -189,7 +189,6 @@ restack(void) {
                                XLowerWindow(dpy, c->win);
                        }
                }
       -        XRaiseWindow(dpy, barwin);
                XSync(dpy, False);
                while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
        }