Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
updated to libdraw tip
[dmenu.git]
/
dinput.c
diff --git
a/dinput.c
b/dinput.c
index
e22bc35
..
e861afc
100644
(file)
--- a/
dinput.c
+++ b/
dinput.c
@@
-30,7
+30,7
@@
drawbar(void)
dc.y = 0;
dc.w = mw;
dc.h = mh;
- draw
text(&dc, NULL
, normcol);
+ draw
box(&dc
, normcol);
/* print prompt? */
if(prompt) {
dc.w = promptw;