From 19f44a61cfb333c363d823e43b5de282ef2d2ed0 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 23 Aug 2009 23:44:31 +0000 Subject: Fix redraw issues when the statusbar setting was changed with an UI viewport. Now the old statusbar area is cleared upon changing the setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22484 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index cbd7b6d3b3..1365736ecf 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -26,6 +26,7 @@ #include #include "inttypes.h" #include "config.h" +#include "statusbar.h" /* for the statusbar values */ #include "button.h" #if CONFIG_CODEC == SWCODEC #include "audio.h" @@ -156,9 +157,6 @@ enum { REPLAYGAIN_TRACK = 0, REPLAYGAIN_ALBUM, REPLAYGAIN_SHUFFLE, REPLAYGAIN_OF /* show path types */ enum { SHOW_PATH_OFF = 0, SHOW_PATH_CURRENT, SHOW_PATH_FULL }; -/* statusbar visibility/position */ -enum { STATUSBAR_OFF = 0, STATUSBAR_TOP, STATUSBAR_BOTTOM }; - /* scrollbar visibility/position */ enum { SCROLLBAR_OFF = 0, SCROLLBAR_LEFT, SCROLLBAR_RIGHT }; -- cgit v1.2.3