From 2b13e7466f4912e3778bf59e6aec3065443f08fe Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Fri, 27 Oct 2006 12:05:47 +0200 Subject: applied sanders max size fix --- view.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view.c') diff --git a/view.c b/view.c index daf0711..facbb4c 100644 --- a/view.c +++ b/view.c @@ -44,6 +44,10 @@ reorder(void) { 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; -- cgit v1.2.3-54-g00ecf