X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=178aab88869984fab3f189976ce8c75e40a9219a;hb=346bdea946887d83f857a8944a0189bca51a3e47;hp=2298369c52b36ebcfc2a72453e3bcb78b60b8e37;hpb=05c10c5776738fdfe73c1e66e14c869e2e5e338d;p=dwm.git diff --git a/dwm.h b/dwm.h index 2298369..178aab8 100644 --- a/dwm.h +++ b/dwm.h @@ -77,12 +77,13 @@ struct Client { char name[256]; int proto; int x, y, w, h; + 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;