aewl
diff dwm.h @ 480:680aca428830
small change to achieve Jukka's last proposal
author | arg@mmvi |
---|---|
date | Fri, 22 Sep 2006 13:53:28 +0200 |
parents | de69a7b0c8fa |
children | be4f90c03582 |
line diff
1.1 --- a/dwm.h Fri Sep 22 11:49:24 2006 +0200 1.2 +++ b/dwm.h Fri Sep 22 13:53:28 2006 +0200 1.3 @@ -77,12 +77,13 @@ 1.4 char name[256]; 1.5 int proto; 1.6 int x, y, w, h; 1.7 + int rx, ry, rw, rh; /* revert geometry */ 1.8 int tx, ty, tw, th; /* title window geometry */ 1.9 int basew, baseh, incw, inch, maxw, maxh, minw, minh; 1.10 int grav; 1.11 long flags; 1.12 unsigned int border, weight; 1.13 - Bool isfloat; 1.14 + Bool isfloat, ismax; 1.15 Bool *tags; 1.16 Client *next; 1.17 Client *prev;