several additions in mouse handling ;)

This commit is contained in:
Anselm R. Garbe
2006-07-16 00:47:40 +02:00
parent e6cbe9c11e
commit 901b3ed9b7
5 changed files with 59 additions and 65 deletions

4
dwm.h

@ -71,7 +71,7 @@ struct Client {
int grav;
unsigned int border;
long flags;
Bool dofloat;
Bool isfloat;
Window win;
Window title;
Client *next;
@ -82,7 +82,7 @@ struct Rule {
const char *class;
const char *instance;
char *tags[TLast];
Bool dofloat;
Bool isfloat;
};
struct Key {