forked from len0rd/rockbox
Fix red and remove duplicated function declaration
Change-Id: I5fed7fdad077eedfc1e36fbd9e1669f11b90288d
This commit is contained in:
parent
e662ae4e9e
commit
26e0c64e34
3 changed files with 6 additions and 6 deletions
|
@ -162,7 +162,7 @@ void sim_backlight(int value)
|
|||
#endif
|
||||
}
|
||||
#else /* LCD_DEPTH > 8 */
|
||||
#ifdef HAVE_TRANSFLECTIVE_LCD
|
||||
#if defined(HAVE_TRANSFLECTIVE_LCD ) && defined(HAVE_LCD_SLEEP)
|
||||
if (!lcd_active())
|
||||
SDL_SetAlpha(lcd_surface, SDL_SRCALPHA, 0);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue