summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-01-28 07:02:35 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-01-28 07:02:35 +0000
commit8efec13e6b4ad05d79bb4e4535df552702a6cae6 (patch)
tree39d34087bb0708d49ad78e540ef1b465619a6f48
parent6f0f98da1d38b6604bca6fb42c0c31ce4c3b79e7 (diff)
downloadrockbox-8efec13e6b4ad05d79bb4e4535df552702a6cae6.tar.gz
rockbox-8efec13e6b4ad05d79bb4e4535df552702a6cae6.zip
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24358 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/screen_access.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index 46b5168661..4744a26773 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -289,10 +289,12 @@ struct screen screens[NB_SCREENS] =
289 .is_backlight_on=&is_remote_backlight_on, 289 .is_backlight_on=&is_remote_backlight_on,
290 .backlight_set_timeout=&remote_backlight_set_timeout, 290 .backlight_set_timeout=&remote_backlight_set_timeout,
291 291
292#if LCD_DEPTH > 1
292 .backdrop_load=&remote_backdrop_load, 293 .backdrop_load=&remote_backdrop_load,
293 .backdrop_unload=&remote_backdrop_unload, 294 .backdrop_unload=&remote_backdrop_unload,
294 .backdrop_show=&remote_backdrop_show, 295 .backdrop_show=&remote_backdrop_show,
295 .backdrop_hide=&remote_backdrop_hide, 296 .backdrop_hide=&remote_backdrop_hide,
297#endif
296#ifdef HAVE_BUTTONBAR 298#ifdef HAVE_BUTTONBAR
297 .has_buttonbar=false, 299 .has_buttonbar=false,
298#endif 300#endif