1
0
Fork 0
forked from len0rd/rockbox

Renamed the buttonbar functions

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-11-05 08:59:55 +00:00
parent f97756e733
commit 0a2e2c82a9
3 changed files with 6 additions and 6 deletions

View file

@ -168,8 +168,8 @@ int kbd_input(char* text, int buflen)
lcd_drawline(curpos, main_y, curpos, main_y + font_h);
/* draw the status bar */
set_buttonbar("Shift", "OK", "Del");
draw_buttonbar();
buttonbar_set("Shift", "OK", "Del");
buttonbar_draw();
/* highlight the key that has focus */
lcd_invertrect(font_w * x, font_h * y, font_w, font_h);