diff options
author | arg@mig29 <unknown> | 2006-12-12 19:14:38 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-12 19:14:38 +0100 |
commit | ded60365d4cb73d99febb76a2de820e7f93dc1fe (patch) | |
tree | 5814722aa881dfcbd6b8a689086602bd48764a9d /dwm.h | |
parent | 629647dfee4251fc4856b70658dff35cf5634057 (diff) |
removed Client->grav
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |