git clone dmenu dmenu Log gph
Found at: gopher.r-36.net:70/scm/dmenu/commit/08b264393d41321c1b7ae3644f73c67cb825c95c.gph
ttypo fixes - dmenu - Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
---
commit 08b264393d41321c1b7ae3644f73c67cb825c95c
parent b4e63454e5768d38682405d252a81b1149273c0b
Date: Wed, 23 Jun 2010 12:15:07 +0100
ttypo fixes
Diffstat:
dmenu.1 | 2 +-
draw.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dmenu.1 b/dmenu.1
t@@ -18,7 +18,7 @@ dmenu \- dynamic menu
.B dmenu_run
[]
-.BR dmenu_path
+.B dmenu_path
.SH DESCRIPTION
.SS Overview
dmenu is a generic menu for X, originally designed for
t@@ -41,7 +41,7 @@ dccleanup(void) {
}
void
-dcsetup() {
+dcsetup(void) {
/* style */
dc.norm[ColBG] = getcolor(normbgcolor);
dc.norm[ColFG] = getcolor(normfgcolor);
.