JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed ban/unban implementation to not move the windows anymore, but map/unmap them...
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 999f027..692c469 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -48,6 +48,7 @@ struct Client {
        int rx, ry, rw, rh; /* revert geometry */
        int basew, baseh, incw, inch, maxw, maxh, minw, minh;
        int minax, maxax, minay, maxay;
+       int unmapped;
        long flags; 
        unsigned int border, oldborder;
        Bool isbanned, isfixed, ismax, isfloating;