several additions in mouse handling ;)
This commit is contained in:
parent
e6cbe9c11e
commit
901b3ed9b7
5 changed files with 59 additions and 65 deletions
4
dwm.h
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue