Mercurial > dwm-meillo
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 wrap: on
line diff
--- a/dwm.h Fri Sep 22 11:49:24 2006 +0200 +++ b/dwm.h Fri Sep 22 13:53:28 2006 +0200 @@ -77,12 +77,13 @@ char name[256]; int proto; int x, y, w, h; + int rx, ry, rw, rh; /* revert geometry */ int tx, ty, tw, th; /* title window geometry */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; int grav; long flags; unsigned int border, weight; - Bool isfloat; + Bool isfloat, ismax; Bool *tags; Client *next; Client *prev;