1
0
Fork 0
forked from len0rd/rockbox

some minor changes to checkwps, shouldn't change anything

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24874 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-02-24 05:58:16 +00:00
parent 14f066dc25
commit 0acb38b61c
4 changed files with 6 additions and 4 deletions

View file

@ -170,7 +170,7 @@ void* plugin_get_buffer(size_t *buffer_size)
}
struct user_settings global_settings = {
.statusbar = true,
.statusbar = STATUSBAR_TOP,
#ifdef HAVE_LCD_COLOR
.bg_color = LCD_DEFAULT_BG,
.fg_color = LCD_DEFAULT_FG,