URI: 
       no that change breaks fullscreen apps - dwm - dynamic window manager
  HTML git clone https://git.parazyd.org/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit fa32f02a43482b54c33aeb1d0b269761db151994
   DIR parent 598e22907e6a3bcfbc35f913dae24d031d6f9170
  HTML 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
       @@ -189,7 +189,6 @@ restack(void) {
                                XLowerWindow(dpy, c->win);
                        }
                }
       -        XRaiseWindow(dpy, barwin);
                XSync(dpy, False);
                while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
        }