summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2005-11-20 01:02:14 +0000
committerKevin Ferrare <kevin@rockbox.org>2005-11-20 01:02:14 +0000
commit1a1abf25f43e33dfa7d421d6c43f283763226dbd (patch)
tree71e57b7c1f5d3c2521fbf2215e938b55fe77bb99 /apps/sound_menu.c
parente3367212bd8a25cfe6468aa20adaacf4c5b0b2d4 (diff)
downloadrockbox-1a1abf25f43e33dfa7d421d6c43f283763226dbd.tar.gz
rockbox-1a1abf25f43e33dfa7d421d6c43f283763226dbd.zip
removed old statusbar and buttonbar code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8004 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index f2d92d6df6..d8795ab8ae 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -26,7 +26,7 @@
26#include "button.h" 26#include "button.h"
27#include "mp3_playback.h" 27#include "mp3_playback.h"
28#include "settings.h" 28#include "settings.h"
29#include "status.h" 29#include "statusbar.h"
30#include "screens.h" 30#include "screens.h"
31#ifdef HAVE_LCD_BITMAP 31#ifdef HAVE_LCD_BITMAP
32#include "icons.h" 32#include "icons.h"
@@ -575,7 +575,7 @@ bool rectrigger(void)
575 lcd_set_drawmode(DRMODE_SOLID|DRMODE_INVERSEVID); 575 lcd_set_drawmode(DRMODE_SOLID|DRMODE_INVERSEVID);
576 lcd_fillrect(0, stat_height, LCD_WIDTH, LCD_HEIGHT - stat_height); 576 lcd_fillrect(0, stat_height, LCD_WIDTH, LCD_HEIGHT - stat_height);
577 lcd_set_drawmode(DRMODE_SOLID); 577 lcd_set_drawmode(DRMODE_SOLID);
578 status_draw(true); 578 gui_syncstatusbar_draw(&statusbars, true);
579 579
580 /* reselect FONT_SYSFONT as status_draw has changed the font */ 580 /* reselect FONT_SYSFONT as status_draw has changed the font */
581 /*lcd_setfont(FONT_SYSFIXED);*/ 581 /*lcd_setfont(FONT_SYSFIXED);*/