updated to libdraw tip
[dmenu.git] / 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;
-       drawtext(&dc, NULL, normcol);
+       drawbox(&dc, normcol);
        /* print prompt? */
        if(prompt) {
                dc.w = promptw;