summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2006-11-15 06:14:27 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2006-11-15 06:14:27 +0000
commitd6b0c973127377760350ec92f3f1a33af0566835 (patch)
tree1052a2407af8e44e2e2b3f8327b2270e9dc655b8 /apps/plugins/xobox.c
parent9b0ef15c0de787b41b378be88bd01001c1ba3d2d (diff)
downloadrockbox-d6b0c973127377760350ec92f3f1a33af0566835.tar.gz
rockbox-d6b0c973127377760350ec92f3f1a33af0566835.zip
Don't need to remove the backdrop for all plugins - leave it up for some.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index abfd2a53b4..e6b66b3ab5 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -861,6 +861,7 @@ enum plugin_status plugin_start (struct plugin_api *api, void *parameter)
861 rb = api; 861 rb = api;
862 862
863 rb->lcd_setfont (FONT_SYSFIXED); 863 rb->lcd_setfont (FONT_SYSFIXED);
864 rb->lcd_set_backdrop(NULL);
864 865
865 /* Permanently enable the backlight (unless the user has turned it off) */ 866 /* Permanently enable the backlight (unless the user has turned it off) */
866 if (rb->global_settings->backlight_timeout > 0) 867 if (rb->global_settings->backlight_timeout > 0)