diff options
Diffstat (limited to 'view.c')
-rw-r--r-- | view.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)) { |