applied Sanders zoom_update patch
9fce8215b7c1b95903adbfd0cb7d6e2822ea063f
6521c2dd4160099616fa10035aa0f0e595c86204
@@ -461,7 +461,7 @@ zoom(Arg *arg) { Client *c; - if(!sel || (arrange != dotile) || sel->isfloat) + if(!sel || (arrange != dotile) || sel->isfloat || sel->ismax) return; if(sel == getnext(clients)) {
@@ -461,7 +461,7 @@ zoom(Arg *arg)
@@ -132,8 +132,7 @@ if(!c->ismax && (arrange == dofloat || c->isfloat)) movemouse(c); break; case Button2: - if(!c->ismax && arrange != dofloat && !c->isfloat) - zoom(NULL); + zoom(NULL); break; case Button3: if(!c->ismax && (arrange == dofloat || c->isfloat))
@@ -132,8 +132,7 @@ if(!c->ismax && (arrange == dofloat || c->isfloat))