From 896f08d7d553f7def3877648c113cf03e6ca546a Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 11 Jul 2006 23:46:39 +0200 Subject: fixed several other stuff, coming closer to something useful --- wm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wm.h') diff --git a/wm.h b/wm.h index a24b40d..fc07b5c 100644 --- a/wm.h +++ b/wm.h @@ -25,6 +25,7 @@ struct Client { char name[256], tag[256]; int proto; int x, y, w, h; + int tx, ty, tw, th; int basew, baseh, incw, inch, maxw, maxh, minw, minh; long flags; Window win; -- cgit v1.2.3-54-g00ecf