Updated dmenu

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2021-01-06 23:10:01 +01:00
parent 8178e5884f
commit f9366d6c36
Signed by: y0rune
GPG Key ID: F204C385F57EB348
11 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ MIT/X Consortium License
© 2009 Markus Schnalke <meillo@marmaro.de>
© 2009 Evan Gates <evan.gates@gmail.com>
© 2010-2012 Connor Lane Smith <cls@lubutu.com>
© 2014-2019 Hiltjo Posthuma <hiltjo@codemadness.org>
© 2014-2020 Hiltjo Posthuma <hiltjo@codemadness.org>
© 2015-2019 Quentin Rameau <quinq@fifth.space>
Permission is hereby granted, free of charge, to any person obtaining a

View File

@ -1,5 +1,5 @@
# dmenu version
VERSION = 4.9
VERSION = 5.0
# paths
PREFIX = /usr/local

BIN
dmenu Normal file → Executable file

Binary file not shown.

BIN
dmenu.o

Binary file not shown.

0
dmenu_path Normal file → Executable file
View File

0
dmenu_run Normal file → Executable file
View File

1
drw.c
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);
}

BIN
drw.o

Binary file not shown.

BIN
stest Normal file → Executable file

Binary file not shown.

BIN
stest.o

Binary file not shown.

BIN
util.o

Binary file not shown.