forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_5@24359 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
713fc7e48e
commit
984c17bee9
1 changed files with 2 additions and 0 deletions
|
|
@ -289,10 +289,12 @@ struct screen screens[NB_SCREENS] =
|
|||
.is_backlight_on=&is_remote_backlight_on,
|
||||
.backlight_set_timeout=&remote_backlight_set_timeout,
|
||||
|
||||
#if LCD_DEPTH > 1
|
||||
.backdrop_load=&remote_backdrop_load,
|
||||
.backdrop_unload=&remote_backdrop_unload,
|
||||
.backdrop_show=&remote_backdrop_show,
|
||||
.backdrop_hide=&remote_backdrop_hide,
|
||||
#endif
|
||||
#ifdef HAVE_BUTTONBAR
|
||||
.has_buttonbar=false,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue