comparison view.c @ 419:7a65674a0fd7

right, multihead issue is not involved with growcol
author Anselm R. Garbe <arg@10kloc.org>
date Tue, 05 Sep 2006 13:21:59 +0200
parents 0f351a3e5c21
children c033e1ade281
comparison
equal deleted inserted replaced
418:0f351a3e5c21 419:7a65674a0fd7
172 void 172 void
173 growcol(Arg *arg) 173 growcol(Arg *arg)
174 { 174 {
175 Client *c = getnext(clients); 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 return; 178 return;
179 if(sel == getnext(clients)) { 179 if(sel == getnext(clients)) {
180 if(mw + arg->i > sw - 100) 180 if(mw + arg->i > sw - 100)
181 return; 181 return;
182 mw += arg->i; 182 mw += arg->i;