dwm-meillo
diff view.c @ 549:fd1061442711
applied sanders try2 patch
author | arg@mig29 |
---|---|
date | Fri, 27 Oct 2006 13:28:26 +0200 |
parents | 3d23384eb5ab |
children | e249e2952a32 |
line diff
1.1 --- a/view.c Fri Oct 27 12:05:47 2006 +0200 1.2 +++ b/view.c Fri Oct 27 13:28:26 2006 +0200 1.3 @@ -45,8 +45,7 @@ 1.4 togglemax(Client *c) { 1.5 XEvent ev; 1.6 1.7 - if (x->maxw && x->minw && x->maxh && x->minh && 1.8 - x->maxw == x->minw && x->maxh == x->minh) 1.9 + if(c->isfixed) 1.10 return; 1.11 1.12 if((c->ismax = !c->ismax)) {