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
abc...
master
Anselm R Garbe
16 years ago
parent
b95e61c9b7
commit
17232f493b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.c
+ 1
- 1
dmenu.c
View File
@ -213,8 +213,8 @@ drawmenu(void) {
void
drawtext
(
const
char
*
text
,
unsigned
long
col
[
ColLast
]
)
{
int
i
,
x
,
y
,
h
,
len
,
olen
;
char
buf
[
256
]
;
int
i
,
x
,
y
,
h
,
len
,
olen
;
XRectangle
r
=
{
dc
.
x
,
dc
.
y
,
dc
.
w
,
dc
.
h
}
;
XSetForeground
(
dpy
,
dc
.
gc
,
col
[
ColBG
]
)
;
Write
Preview
Loading…
Cancel
Save