dmenu

customized build of dmenu, the dynamic menu for X
git clone git://src.adamsgaard.dk/dmenu
Log | Files | Refs | README | LICENSE

commit 08b264393d41321c1b7ae3644f73c67cb825c95c
parent b4e63454e5768d38682405d252a81b1149273c0b
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Wed, 23 Jun 2010 12:15:07 +0100

typo fixes
Diffstat:
Mdmenu.1 | 2+-
Mdraw.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dmenu.1 b/dmenu.1 @@ -18,7 +18,7 @@ dmenu \- dynamic menu .B dmenu_run [<options...>] -.BR dmenu_path +.B dmenu_path .SH DESCRIPTION .SS Overview dmenu is a generic menu for X, originally designed for diff --git a/draw.c b/draw.c @@ -41,7 +41,7 @@ dccleanup(void) { } void -dcsetup() { +dcsetup(void) { /* style */ dc.norm[ColBG] = getcolor(normbgcolor); dc.norm[ColFG] = getcolor(normfgcolor);