1
0
Fork 0
forked from len0rd/rockbox

Fixed background color on solitaire menu. It wasn't set when entering menu and having a dark background made it almost unreadable.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2006-10-11 02:24:57 +00:00
parent 756ce4abca
commit dd7b8fcbe2

View file

@ -534,6 +534,7 @@ int solitaire_menu(bool in_game)
struct menu_item items[4];
#if LCD_DEPTH > 1
rb->lcd_set_background(LCD_DEFAULT_BG);
rb->lcd_set_foreground(LCD_DEFAULT_FG);
#endif
@ -1050,7 +1051,6 @@ int solitaire( void )
rb->lcd_clear_display();
#if LCD_DEPTH > 1
rb->lcd_set_background(LCD_DEFAULT_BG);
rb->lcd_set_foreground(LCD_BLACK);
#endif