aewl

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 diff
     1.1 --- a/wm.h	Tue Jul 11 23:18:30 2006 +0200
     1.2 +++ b/wm.h	Tue Jul 11 23:46:39 2006 +0200
     1.3 @@ -25,6 +25,7 @@
     1.4  	char name[256], tag[256];
     1.5  	int proto;
     1.6  	int x, y, w, h;
     1.7 +	int tx, ty, tw, th;
     1.8  	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
     1.9  	long flags; 
    1.10  	Window win;