X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=75aa50c70c397af322dce2897a38b48d576e312e;hp=e43301c752647ef0b47c02ee058ff144e493d31e;hb=901b3ed9b7e3e4c7542797301ae2442938bcea20;hpb=e6cbe9c11e88537d74eb094ba5844f71ee57f268 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 {