applied sanders try2 patch

This commit is contained in:
arg@mig29
2006-10-27 13:28:26 +02:00
parent 2b13e7466f
commit 0f395c1b11
4 changed files with 6 additions and 7 deletions

3
view.c
View File

@ -45,8 +45,7 @@ static void
togglemax(Client *c) {
XEvent ev;
if (x->maxw && x->minw && x->maxh && x->minh &&
x->maxw == x->minw && x->maxh == x->minh)
if(c->isfixed)
return;
if((c->ismax = !c->ismax)) {