aboutsummaryrefslogtreecommitdiff
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <[email protected]>2006-07-16 00:47:40 +0200
committerAnselm R. Garbe <[email protected]>2006-07-16 00:47:40 +0200
commit901b3ed9b7e3e4c7542797301ae2442938bcea20 (patch)
treeea20343294992690b7044a87a0364305bef55e3f /dwm.h
parentfixed XSync handling and finished man page (diff)
downloadseiwm-901b3ed9b7e3e4c7542797301ae2442938bcea20.tar.xz
seiwm-901b3ed9b7e3e4c7542797301ae2442938bcea20.zip
several additions in mouse handling ;)
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.h b/dwm.h
index e43301c..75aa50c 100644
--- a/dwm.h
+++ b/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 {