Explorar el Código

no that's definately better

Anselm R Garbe hace 16 años
padre
commit
3e6fe6b541
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      dwm.c

+ 0 - 1
dwm.c

@@ -1329,7 +1329,6 @@ restack(Monitor *m) {
 				wc.sibling = c->win;
 			}
 	}
-	XLowerWindow(dpy, m->barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }