JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
some changes to updatesizehints, I don't change the aspect ratio algorithm now -...
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 0a259f8..8af071a 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -47,7 +47,7 @@ struct Client {
        int x, y, w, h;
        int rx, ry, rw, rh; /* revert geometry */
        int basew, baseh, incw, inch, maxw, maxh, minw, minh;
-       int minax, minay, maxax, maxay;
+       int minax, maxax, minay, maxay;
        long flags; 
        unsigned int border;
        Bool isbanned, isfixed, ismax, isfloating;