wm.h
changeset 22 bd3a44353916
parent 20 4560e0882c1d
child 23 95ffdfd0a819
equal deleted inserted replaced
21:3ef108a5ca0a 22:bd3a44353916
    23 
    23 
    24 struct Client {
    24 struct Client {
    25 	char name[256], tag[256];
    25 	char name[256], tag[256];
    26 	int proto;
    26 	int proto;
    27 	int x, y, w, h;
    27 	int x, y, w, h;
       
    28 	int tx, ty, tw, th;
    28 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
    29 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
    29 	long flags; 
    30 	long flags; 
    30 	Window win;
    31 	Window win;
    31 	Window trans;
    32 	Window trans;
    32 	Window title;
    33 	Window title;