projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4e6345
)
typo fixes
author
Connor Lane Smith
<cls@lubutu.com>
Wed, 23 Jun 2010 11:15:07 +0000
(12:15 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Wed, 23 Jun 2010 11:15:07 +0000
(12:15 +0100)
dmenu.1
patch
|
blob
|
history
draw.c
patch
|
blob
|
history
diff --git
a/dmenu.1
b/dmenu.1
index c994ad7210b40fcde68a82d7f8ccf404c1280471..f0c45f49f87ce02508dad7d18981312271a42557 100644
(file)
--- a/
dmenu.1
+++ b/
dmenu.1
@@
-18,7
+18,7
@@
dmenu \- dynamic menu
.B dmenu_run
[<options...>]
-.B
R
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
index 6851a3409258a58a85b13a47beafb3063e75bb9d..41022f03c38041695c15b3770d1ba5cc6ef28b45 100644
(file)
--- 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);