X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;h=e1df6bc5bec5528bfde76a06ccf03cbdd1630753;hp=d8ce212048dcacefa078daa4cb1fcc7f85097162;hb=26157e6973f240a9b5ee407b9d2d5eca9358844f;hpb=6d22782e8f991a99f9adef56b2b729e5ab5454d2 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;