diff wm.h @ 22:bd3a44353916

fixed several other stuff, coming closer to something useful
author Anselm R. Garbe <garbeam@wmii.de>
date Tue, 11 Jul 2006 23:46:39 +0200
parents 4560e0882c1d
children 95ffdfd0a819
line wrap: on
line diff
--- 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;