diff -r 3d23384eb5ab -r fd1061442711 view.c --- a/view.c Fri Oct 27 12:05:47 2006 +0200 +++ b/view.c Fri Oct 27 13:28:26 2006 +0200 @@ -45,8 +45,7 @@ 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)) {