right, multihead issue is not involved with growcol 4633fbec
Anselm R. Garbe · 2006-09-05 13:21 1 file(s) · +1 −1
view.c +1 −1
174 174
{
175 175
	Client *c = getnext(clients);
176 176
177 -
	if(!sel || !c || !getnext(c->next) || (arrange != dotile))
177 +
	if(!sel || !getnext(c->next) || (arrange != dotile))
178 178
		return;
179 179
	if(sel == getnext(clients)) {
180 180
		if(mw + arg->i > sw - 100)