Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
several additions in mouse handling ;)
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
e43301c
..
75aa50c
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-71,7
+71,7
@@
struct Client {
int grav;
unsigned int border;
long flags;
- Bool
do
float;
+ Bool
is
float;
Window win;
Window title;
Client *next;
@@
-82,7
+82,7
@@
struct Rule {
const char *class;
const char *instance;
char *tags[TLast];
- Bool
do
float;
+ Bool
is
float;
};
struct Key {