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:
parent
14f066dc25
commit
0acb38b61c
4 changed files with 6 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue