JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed all dotile checks
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 60f9201..178aab8 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -77,13 +77,13 @@ struct Client {
        char name[256];
        int proto;
        int x, y, w, h;
-       int tx, ty, tw, th; /* title window geometry */
        int rx, ry, rw, rh; /* revert geometry */
+       int tx, ty, tw, th; /* title window geometry */
        int basew, baseh, incw, inch, maxw, maxh, minw, minh;
        int grav;
        long flags; 
        unsigned int border, weight;
-       Bool isfloat;
+       Bool isfloat, ismax;
        Bool *tags;
        Client *next;
        Client *prev;