forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24358 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f0f98da1d
commit
8efec13e6b
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,
|
.is_backlight_on=&is_remote_backlight_on,
|
||||||
.backlight_set_timeout=&remote_backlight_set_timeout,
|
.backlight_set_timeout=&remote_backlight_set_timeout,
|
||||||
|
|
||||||
|
#if LCD_DEPTH > 1
|
||||||
.backdrop_load=&remote_backdrop_load,
|
.backdrop_load=&remote_backdrop_load,
|
||||||
.backdrop_unload=&remote_backdrop_unload,
|
.backdrop_unload=&remote_backdrop_unload,
|
||||||
.backdrop_show=&remote_backdrop_show,
|
.backdrop_show=&remote_backdrop_show,
|
||||||
.backdrop_hide=&remote_backdrop_hide,
|
.backdrop_hide=&remote_backdrop_hide,
|
||||||
|
#endif
|
||||||
#ifdef HAVE_BUTTONBAR
|
#ifdef HAVE_BUTTONBAR
|
||||||
.has_buttonbar=false,
|
.has_buttonbar=false,
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue