diff options
author | Connor Lane Smith <cls@lubutu.com> | 2010-07-27 13:40:32 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2010-07-27 13:40:32 +0100 |
commit | da7a79912124743e7fbbef81c2450aeaf4ccca87 (patch) | |
tree | e7cd14cc9b1fa6b6a19dec9cc6b8b5a3040934b8 /dinput.c | |
parent | 855a56631916bdff1438e11c232b88450f973648 (diff) |
updated to libdraw tip
Diffstat (limited to 'dinput.c')
-rw-r--r-- | dinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |