aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-06 15:22:13 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-06 15:22:13 +0100
commit2ddc78720aceda76e22fd3584740fc86a2e7c677 (patch)
tree83a3789f995ef2c8c53d64d9d82aa7d150e36d7e /dwm.h
parent7ece30ebc04640258b5e20dcc71f51e1b01c9222 (diff)
downloaddwm-2ddc78720aceda76e22fd3584740fc86a2e7c677.tar.zst
implemented aspect ratio support of windows
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index 1021428..a7053c5 100644
--- a/dwm.h
+++ b/dwm.h
@@ -73,6 +73,7 @@ struct Client {
int x, y, w, h;
int rx, ry, rw, rh; /* revert geometry */
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
+ int minax, minay, maxax, maxay;
long flags;
unsigned int border;
Bool isfloat, isfixed, ismax;