diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2006-09-04 21:46:56 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2006-09-04 21:46:56 +0000 |
| commit | 7c587a25e595ea9495af2fa9e3272b9c901ddded (patch) | |
| tree | 9c8fd77fe9f0bc0f8072efca44cb3db05fe5ca38 /apps/plugins | |
| parent | e31845a84cfc81ef7cfd7a0129f05ded3d849463 (diff) | |
| download | rockbox-7c587a25e595ea9495af2fa9e3272b9c901ddded.zip rockbox-7c587a25e595ea9495af2fa9e3272b9c901ddded.tar.gz rockbox-7c587a25e595ea9495af2fa9e3272b9c901ddded.tar.bz2 rockbox-7c587a25e595ea9495af2fa9e3272b9c901ddded.tar.xz | |
Foreground color in menus
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10885 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/solitaire.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c index 62105a0..6577f69 100644 --- a/apps/plugins/solitaire.c +++ b/apps/plugins/solitaire.c @@ -674,6 +674,7 @@ int solitaire_menu( unsigned char context ) #if LCD_DEPTH > 1 rb->lcd_set_background( LCD_DEFAULT_BG ); + rb->lcd_set_foreground( LCD_DEFAULT_FG ); #endif while( true ) |