1
0
Fork 0
forked from len0rd/rockbox

Removed button bar for devices with no F buttons (Ondio)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-10-09 20:54:15 +00:00
parent a1a08d0d5f
commit 1f0908dfaf
5 changed files with 17 additions and 3 deletions

View file

@ -267,7 +267,7 @@ void status_draw(bool force_redraw)
}
#ifdef HAVE_LCD_BITMAP
#if defined(HAVE_LCD_BITMAP) && (CONFIG_KEYPAD == RECORDER_PAD)
static void draw_buttonbar_btn(int num, const char* caption)
{
int xpos, ypos, button_width, text_width;