X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/e995c1b5325f88d197675950c15762d001dd80ef..d2d394eccf2d23eb264a321fe187bb2084beb4b9:/main.c diff --git a/main.c b/main.c index 5dab0db..5e7b4a6 100644 --- a/main.c +++ b/main.c @@ -24,8 +24,10 @@ unsigned int ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; Bool issel = True; +Bool maximized = False; Client *clients = NULL; Client *sel = NULL; +Client *stack = NULL; Cursor cursor[CurLast]; Display *dpy; DC dc = {0}; @@ -54,6 +56,7 @@ cleanup() XDestroyWindow(dpy, barwin); XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); XSync(dpy, False); + free(seltag); } static void