1
0
mirror of git://git.suckless.org/dwm synced 2025-07-26 09:42:11 -07:00

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
View File

@@ -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 {