X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=85602f431ff97874434bb82e149ae7c6e615353f;hb=ded60365d4cb73d99febb76a2de820e7f93dc1fe;hp=773736df8fd03948ed90849268efd306ed0fe767;hpb=629647dfee4251fc4856b70658dff35cf5634057;p=dwm.git diff --git a/dwm.h b/dwm.h index 773736d..85602f4 100644 --- a/dwm.h +++ b/dwm.h @@ -80,7 +80,6 @@ struct Client { 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; Bool isfloat, isfixed, ismax;