forked from len0rd/rockbox
removed old statusbar and buttonbar code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3367212bd
commit
1a1abf25f4
24 changed files with 169 additions and 641 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include "button.h"
|
||||
#include "mp3_playback.h"
|
||||
#include "settings.h"
|
||||
#include "status.h"
|
||||
#include "statusbar.h"
|
||||
#include "screens.h"
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "icons.h"
|
||||
|
|
@ -575,7 +575,7 @@ bool rectrigger(void)
|
|||
lcd_set_drawmode(DRMODE_SOLID|DRMODE_INVERSEVID);
|
||||
lcd_fillrect(0, stat_height, LCD_WIDTH, LCD_HEIGHT - stat_height);
|
||||
lcd_set_drawmode(DRMODE_SOLID);
|
||||
status_draw(true);
|
||||
gui_syncstatusbar_draw(&statusbars, true);
|
||||
|
||||
/* reselect FONT_SYSFONT as status_draw has changed the font */
|
||||
/*lcd_setfont(FONT_SYSFIXED);*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue