Mercurial > aewl
diff view.c @ 548:3d23384eb5ab
applied sanders max size fix
author | arg@mig29 |
---|---|
date | Fri, 27 Oct 2006 12:05:47 +0200 |
parents | 13ef0d218c67 |
children | fd1061442711 |
line wrap: on
line diff
--- a/view.c Fri Oct 27 10:24:15 2006 +0200 +++ b/view.c Fri Oct 27 12:05:47 2006 +0200 @@ -44,6 +44,10 @@ static void togglemax(Client *c) { XEvent ev; + + if (x->maxw && x->minw && x->maxh && x->minh && + x->maxw == x->minw && x->maxh == x->minh) + return; if((c->ismax = !c->ismax)) { c->rx = c->x; c->x = sx;