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