forked from len0rd/rockbox
Only redraw the status line when info actually changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
10fd7b6c3b
commit
942bc9449e
12 changed files with 93 additions and 65 deletions
|
|
@ -35,7 +35,7 @@ void status_set_playmode(enum playmode mode);
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
bool statusbar(bool state);
|
||||
#endif
|
||||
void status_draw(void);
|
||||
void status_draw(bool force_redraw);
|
||||
|
||||
#if defined(HAVE_LCD_CHARCELLS)
|
||||
void status_set_record(bool b);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue