diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-02-06 09:22:13 -0500 |
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-06 09:22:13 -0500 |
| commit | 2ddc78720aceda76e22fd3584740fc86a2e7c677 (patch) | |
| tree | 83a3789f995ef2c8c53d64d9d82aa7d150e36d7e /dwm.h | |
| parent | made some changes more concistent (diff) | |
| download | dwm-2ddc78720aceda76e22fd3584740fc86a2e7c677.tar.gz dwm-2ddc78720aceda76e22fd3584740fc86a2e7c677.tar.bz2 dwm-2ddc78720aceda76e22fd3584740fc86a2e7c677.zip | |
implemented aspect ratio support of windows
Diffstat (limited to '')
| -rw-r--r-- | dwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
