git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24358 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-01-28 07:02:35 +00:00
parent 6f0f98da1d
commit 8efec13e6b

View file

@ -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