dwm.h
changeset 80 8125f908c80c
parent 78 0d71fb80b592
child 84 052fe7498930
equal deleted inserted replaced
79:aabebd6e61f3 80:8125f908c80c
    69 	int tx, ty, tw, th;
    69 	int tx, ty, tw, th;
    70 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
    70 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
    71 	int grav;
    71 	int grav;
    72 	unsigned int border;
    72 	unsigned int border;
    73 	long flags; 
    73 	long flags; 
    74 	Bool dofloat;
    74 	Bool isfloat;
    75 	Window win;
    75 	Window win;
    76 	Window title;
    76 	Window title;
    77 	Client *next;
    77 	Client *next;
    78 	Client *revert;
    78 	Client *revert;
    79 };
    79 };
    80 
    80 
    81 struct Rule {
    81 struct Rule {
    82 	const char *class;
    82 	const char *class;
    83 	const char *instance;
    83 	const char *instance;
    84 	char *tags[TLast];
    84 	char *tags[TLast];
    85 	Bool dofloat;
    85 	Bool isfloat;
    86 };
    86 };
    87 
    87 
    88 struct Key {
    88 struct Key {
    89 	unsigned long mod;
    89 	unsigned long mod;
    90 	KeySym keysym;
    90 	KeySym keysym;