some changes to updatesizehints, I don't change the aspect ratio algorithm now - I can't think, it is a mess

This commit is contained in:
Anselm R. Garbe
2007-03-01 12:33:45 +01:00
parent bab5b1178d
commit 9ca5c3b108
2 changed files with 33 additions and 26 deletions

2
dwm.h
View File

@ -47,7 +47,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;
int minax, maxax, minay, maxay;
long flags;
unsigned int border;
Bool isbanned, isfixed, ismax, isfloating;