X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dwm.h;h=e1df6bc5bec5528bfde76a06ccf03cbdd1630753;hb=26c50c780e76d69cf98fee6baeacff52e872347d;hp=d8ce212048dcacefa078daa4cb1fcc7f85097162;hpb=daae3bba504fc705c5fd56363b656937eee5deb4;p=dwm.git diff --git a/dwm.h b/dwm.h index d8ce212..e1df6bc 100644 --- a/dwm.h +++ b/dwm.h @@ -58,7 +58,6 @@ struct Client { long flags; unsigned int border, weight; Bool isfloat; - Bool ismax; Bool *tags; Client *next; Client *prev; @@ -73,7 +72,7 @@ extern unsigned int ntags, numlockmask; extern void (*handler[LASTEvent])(XEvent *); extern void (*arrange)(Arg *); extern Atom wmatom[WMLast], netatom[NetLast]; -extern Bool running, issel, *seltag; +extern Bool running, issel, maximized, *seltag; extern Client *clients, *sel; extern Cursor cursor[CurLast]; extern DC dc;