right, multihead issue is not involved with growcol

This commit is contained in:
Anselm R. Garbe 2006-09-05 13:21:59 +02:00
parent 25060031a5
commit 4633fbec61
1 changed files with 1 additions and 1 deletions

2
view.c
View File

@ -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)