X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=850e60baab0af13379a874613552d8f10e8438ee;hb=0f395c1b115280a0976a85940c714152d8a58dac;hp=7cf168d0d6ad6fae57a28667766cae26e32b0842;hpb=d7734f996ff2eae29fea14af76711d7f51648c10;p=dwm.git diff --git a/dwm.h b/dwm.h index 7cf168d..850e60b 100644 --- a/dwm.h +++ b/dwm.h @@ -83,7 +83,7 @@ struct Client { int grav; long flags; unsigned int border, weight; - Bool isfloat, ismax; + Bool isfloat, isfixed, ismax; Bool *tags; Client *next; Client *prev;