dwm.h
changeset 479 de69a7b0c8fa
parent 473 2d8af0d7920d
child 480 680aca428830
equal deleted inserted replaced
478:635b58a87d20 479:de69a7b0c8fa
    76 struct Client {
    76 struct Client {
    77 	char name[256];
    77 	char name[256];
    78 	int proto;
    78 	int proto;
    79 	int x, y, w, h;
    79 	int x, y, w, h;
    80 	int tx, ty, tw, th; /* title window geometry */
    80 	int tx, ty, tw, th; /* title window geometry */
    81 	int rx, ry, rw, rh; /* revert geometry */
       
    82 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
    81 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
    83 	int grav;
    82 	int grav;
    84 	long flags; 
    83 	long flags; 
    85 	unsigned int border, weight;
    84 	unsigned int border, weight;
    86 	Bool isfloat;
    85 	Bool isfloat;