implemented aspect ratio support of windows
This commit is contained in:
parent
7ece30ebc0
commit
2ddc78720a
2 changed files with 41 additions and 4 deletions
1
dwm.h
1
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue