view.c
changeset 485 759c9d9a959d
parent 484 c035a0b42560
child 486 8d564b9e3cd4
--- a/view.c	Fri Sep 22 15:39:38 2006 +0200
+++ b/view.c	Fri Sep 22 16:35:49 2006 +0200
@@ -112,12 +112,12 @@
 
 	for(i = 0, c = clients; c; c = c->next) {
 		if(isvisible(c)) {
-			if(c->ismax)
-				togglemax(c);
 			if(c->isfloat) {
 				resize(c, True, TopLeft);
 				continue;
 			}
+			if(c->ismax)
+				togglemax(c);
 			if(n == 1) {
 				c->x = sx;
 				c->y = sy + bh;