Mercurial > dwm-meillo
comparison client.c @ 248:1227c21588e2
applied Sanders zoom_update patch
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Thu, 10 Aug 2006 17:48:50 +0200 |
parents | c45ba25c3d26 |
children | a9392d33865a |
comparison
equal
deleted
inserted
replaced
247:c45ba25c3d26 | 248:1227c21588e2 |
---|---|
459 void | 459 void |
460 zoom(Arg *arg) | 460 zoom(Arg *arg) |
461 { | 461 { |
462 Client *c; | 462 Client *c; |
463 | 463 |
464 if(!sel || (arrange != dotile) || sel->isfloat) | 464 if(!sel || (arrange != dotile) || sel->isfloat || sel->ismax) |
465 return; | 465 return; |
466 | 466 |
467 if(sel == getnext(clients)) { | 467 if(sel == getnext(clients)) { |
468 if((c = getnext(sel->next))) | 468 if((c = getnext(sel->next))) |
469 sel = c; | 469 sel = c; |