applied Sanders zoom_update patch 9fce8215
Anselm R.Garbe · 2006-08-10 17:48 2 file(s) · +2 −3
client.c +1 −1
461 461
{
462 462
	Client *c;
463 463
464 -
	if(!sel || (arrange != dotile) || sel->isfloat)
464 +
	if(!sel || (arrange != dotile) || sel->isfloat || sel->ismax)
465 465
		return;
466 466
467 467
	if(sel == getnext(clients))  {
event.c +1 −2
132 132
				movemouse(c);
133 133
			break;
134 134
		case Button2:
135 -
			if(!c->ismax && arrange != dofloat && !c->isfloat)
136 -
				zoom(NULL);
135 +
			zoom(NULL);
137 136
			break;
138 137
		case Button3:
139 138
			if(!c->ismax && (arrange == dofloat || c->isfloat))