view.c
changeset 549 fd1061442711
parent 548 3d23384eb5ab
child 558 e249e2952a32
--- 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)) {