small fix
This commit is contained in:
parent
f6656fffb4
commit
f18ed615ae
2 changed files with 3 additions and 2 deletions
1
main.c
1
main.c
|
@ -55,6 +55,7 @@ cleanup()
|
|||
XDestroyWindow(dpy, barwin);
|
||||
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
|
||||
XSync(dpy, False);
|
||||
free(seltag);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue