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:
parent
f97756e733
commit
0a2e2c82a9
3 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue