One more try: Fix remaining reds and yellows

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-03-17 04:01:11 +00:00
parent 7e7d8ebfef
commit 9771c9c771
8 changed files with 80 additions and 77 deletions

View file

@ -599,7 +599,7 @@ void lcd_sleep(void)
bool lcd_active(void)
{
return lcd_state.display;
return lcd_state.display_on;
}
#ifdef HAVE_LCD_SHUTDOWN