aboutsummaryrefslogtreecommitdiffstats
path: root/dinput.c
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-07-27 14:40:32 +0200
committerConnor Lane Smith <cls@lubutu.com>2010-07-27 14:40:32 +0200
commitda7a79912124743e7fbbef81c2450aeaf4ccca87 (patch)
treee7cd14cc9b1fa6b6a19dec9cc6b8b5a3040934b8 /dinput.c
parent855a56631916bdff1438e11c232b88450f973648 (diff)
downloaddmenu-da7a79912124743e7fbbef81c2450aeaf4ccca87.tar.zst
updated to libdraw tip
Diffstat (limited to 'dinput.c')
-rw-r--r--dinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput.c b/dinput.c
index e22bc35..e861afc 100644
--- a/dinput.c
+++ b/dinput.c
@@ -30,7 +30,7 @@ drawbar(void)
dc.y = 0;
dc.w = mw;
dc.h = mh;
- drawtext(&dc, NULL, normcol);
+ drawbox(&dc, normcol);
/* print prompt? */
if(prompt) {
dc.w = promptw;