fixed several other stuff, coming closer to something useful

This commit is contained in:
Anselm R. Garbe
2006-07-11 23:46:39 +02:00
parent 83d23908d3
commit 896f08d7d5
5 changed files with 23 additions and 15 deletions

1
wm.h
View File

@ -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;