Client: Keep free-size after toggle_{free, max}.

This commit is contained in:
OldMan
2010-02-25 20:48:24 +01:00
parent 7e44e4b314
commit 2b7d1c115d
3 changed files with 14 additions and 2 deletions

View File

@@ -176,6 +176,8 @@ struct Client
XRectangle frame_geo;
/* Old window attribute */
XRectangle ogeo;
/* Free window attribute */
XRectangle free_geo;
/* For resizehint usage */
int basew, baseh, incw, inch;
int maxw, maxh, minw, minh;