X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=main.c;h=985635432dda857dca745bf9d23a3d3c82d0c208;hb=26157e6973f240a9b5ee407b9d2d5eca9358844f;hp=5dab0db43cfcba4c44681fdea794748c0c04a181;hpb=e995c1b5325f88d197675950c15762d001dd80ef;p=dwm.git diff --git a/main.c b/main.c index 5dab0db..9856354 100644 --- a/main.c +++ b/main.c @@ -24,6 +24,7 @@ unsigned int ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; Bool issel = True; +Bool maximized = False; Client *clients = NULL; Client *sel = NULL; Cursor cursor[CurLast];