diff -r aabebd6e61f3 -r 8125f908c80c dwm.h --- a/dwm.h Sat Jul 15 18:51:44 2006 +0200 +++ b/dwm.h Sun Jul 16 00:47:40 2006 +0200 @@ -71,7 +71,7 @@ int grav; unsigned int border; long flags; - Bool dofloat; + Bool isfloat; Window win; Window title; Client *next; @@ -82,7 +82,7 @@ const char *class; const char *instance; char *tags[TLast]; - Bool dofloat; + Bool isfloat; }; struct Key {