JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied sanders max size fix
[dwm.git] / client.c
index 988d3ca..d04692d 100644 (file)
--- a/client.c
+++ b/client.c
@@ -233,7 +233,7 @@ manage(Window w, XWindowAttributes *wa) {
        settags(c, getclient(trans));
        if(!c->isfloat)
                c->isfloat = trans
-                       || (c->maxw && c->minw &&
+                       || (c->maxw && c->minw && c->maxh && c->minh &&
                                c->maxw == c->minw && c->maxh == c->minh);
        resizetitle(c);
        if(clients)