aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-12-12 19:14:38 +0100
committerarg@mig29 <unknown>2006-12-12 19:14:38 +0100
commitded60365d4cb73d99febb76a2de820e7f93dc1fe (patch)
tree5814722aa881dfcbd6b8a689086602bd48764a9d /dwm.h
parent629647dfee4251fc4856b70658dff35cf5634057 (diff)
downloaddwm-ded60365d4cb73d99febb76a2de820e7f93dc1fe.tar.zst
removed Client->grav
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
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;