X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=main.c;h=daeaa0aa5ff448d924fcd6063809c9608d6026da;hb=fd00b3a18620c70721c4c4d9f0169e06b9ce4437;hp=5dab0db43cfcba4c44681fdea794748c0c04a181;hpb=e995c1b5325f88d197675950c15762d001dd80ef;p=dwm.git diff --git a/main.c b/main.c index 5dab0db..daeaa0a 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]; @@ -54,6 +55,7 @@ cleanup() XDestroyWindow(dpy, barwin); XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); XSync(dpy, False); + free(seltag); } static void