This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
typo fixes
master
Connor Lane Smith
14 years ago
parent
b4e63454e5
commit
08b264393d
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.1
+1
-1
draw.c
+ 1
- 1
dmenu.1
View File
@ -18,7 +18,7 @@ dmenu \- dynamic menu
.B dmenu_run
.B dmenu_run
[<options...>]
[<options...>]
.B
R
dmenu_path
.B dmenu_path
.SH DESCRIPTION
.SH DESCRIPTION
.SS Overview
.SS Overview
dmenu is a generic menu for X, originally designed for
dmenu is a generic menu for X, originally designed for
+ 1
- 1
draw.c
View File
@ -41,7 +41,7 @@ dccleanup(void) {
}
}
void
void
dcsetup
(
)
{
dcsetup
(
void
)
{
/* style */
/* style */
dc
.
norm
[
ColBG
]
=
getcolor
(
normbgcolor
)
;
dc
.
norm
[
ColBG
]
=
getcolor
(
normbgcolor
)
;
dc
.
norm
[
ColFG
]
=
getcolor
(
normfgcolor
)
;
dc
.
norm
[
ColFG
]
=
getcolor
(
normfgcolor
)
;
Write
Preview
Loading…
Cancel
Save