Explorar o código

changed restack, to fix undrawed tag indicators

Anselm R. Garbe %!s(int64=19) %!d(string=hai) anos
pai
achega
72faa1919e
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      view.c

+ 2 - 3
view.c

@@ -185,10 +185,9 @@ restack(void) {
 	Client *c;
 	XEvent ev;
 
-	if(!sel) {
-		drawstatus();
+	drawstatus();
+	if(!sel)
 		return;
-	}
 	if(sel->isfloat || arrange == dofloat)
 		XRaiseWindow(dpy, sel->win);
 	if(arrange != dofloat) {