wm.h
changeset 22 bd3a44353916
parent 20 4560e0882c1d
child 23 95ffdfd0a819
--- a/wm.h	Tue Jul 11 23:18:30 2006 +0200
+++ b/wm.h	Tue Jul 11 23:46:39 2006 +0200
@@ -25,6 +25,7 @@
 	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;