Procházet zdrojové kódy

right, multihead issue is not involved with growcol

Anselm R. Garbe před 19 roky
rodič
revize
4633fbec61
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      view.c

+ 1 - 1
view.c

@@ -174,7 +174,7 @@ growcol(Arg *arg)
 {
 	Client *c = getnext(clients);
 
-	if(!sel || !c || !getnext(c->next) || (arrange != dotile))
+	if(!sel || !getnext(c->next) || (arrange != dotile))
 		return;
 	if(sel == getnext(clients)) {
 		if(mw + arg->i > sw - 100)