applied Szabolcs proposal for zoom() as well 8439369d
Anselm R. Garbe · 2007-05-22 11:29 1 file(s) · +1 −1
layout.c +1 −1
247 247
zoom(const char *arg) {
248 248
	Client *c;
249 249
250 -
	if(!sel || lt->arrange != tile || sel->isfloating)
250 +
	if(!sel || lt->arrange == floating || sel->isfloating)
251 251
		return;
252 252
	if((c = sel) == nexttiled(clients))
253 253
		if(!(c = nexttiled(c->next)))