From 346bdea946887d83f857a8944a0189bca51a3e47 Mon Sep 17 00:00:00 2001 From: "arg@mmvi" Date: Fri, 22 Sep 2006 13:53:28 +0200 Subject: small change to achieve Jukka's last proposal --- dwm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 2298369..178aab8 100644 --- a/dwm.h +++ b/dwm.h @@ -77,12 +77,13 @@ struct Client { 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; -- cgit v1.2.3-54-g00ecf