upgraded to dmenu 5.0

This commit is contained in:
2020-11-28 13:36:19 +01:00
parent c21df3f2de
commit 0f56f839b2
9 changed files with 48 additions and 37 deletions
+1
View File
@@ -95,6 +95,7 @@ drw_free(Drw *drw)
{
XFreePixmap(drw->dpy, drw->drawable);
XFreeGC(drw->dpy, drw->gc);
drw_fontset_free(drw->fonts);
free(drw);
}