diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-03-25 14:42:14 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-03-25 14:42:14 +0000 |
commit | 8b7a27d189f2268dc8d554a373a06738760c3404 (patch) | |
tree | 154736b7c821a30824b12c1af5a64e83f609ddc4 | |
parent | 1f5ee2a3665e2a21d39b55f65f6c9c9a1de4e7fa (diff) |
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12908 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/plugins/xobox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index a2a8d4e50f..42ed25eb38 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -718,8 +718,10 @@ static int game_menu (void) { MENUITEM_STRINGLIST(menu, "XOBOX Menu", NULL, "Start New Game", "Quit"); int selection = 0; +#ifdef HAVE_LCD_COLOR rb->lcd_set_foreground (rb->global_settings->fg_color); rb->lcd_set_background (rb->global_settings->bg_color); +#endif selection = rb->do_menu(&menu, NULL); if (selection < 0) { |