dwm-meillo
diff dwm.h @ 80:8125f908c80c
several additions in mouse handling ;)
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Sun, 16 Jul 2006 00:47:40 +0200 |
parents | 0d71fb80b592 |
children | 052fe7498930 |
line diff
1.1 --- a/dwm.h Sat Jul 15 18:51:44 2006 +0200 1.2 +++ b/dwm.h Sun Jul 16 00:47:40 2006 +0200 1.3 @@ -71,7 +71,7 @@ 1.4 int grav; 1.5 unsigned int border; 1.6 long flags; 1.7 - Bool dofloat; 1.8 + Bool isfloat; 1.9 Window win; 1.10 Window title; 1.11 Client *next; 1.12 @@ -82,7 +82,7 @@ 1.13 const char *class; 1.14 const char *instance; 1.15 char *tags[TLast]; 1.16 - Bool dofloat; 1.17 + Bool isfloat; 1.18 }; 1.19 1.20 struct Key {