summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
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)