implemented aspect ratio support of windows

This commit is contained in:
Anselm R. Garbe
2007-02-06 15:22:13 +01:00
parent 7ece30ebc0
commit 2ddc78720a
2 changed files with 41 additions and 4 deletions

1
dwm.h
View File

@ -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;