1
0
Fork 0
forked from len0rd/rockbox

Fix red and remove duplicated function declaration

Change-Id: I5fed7fdad077eedfc1e36fbd9e1669f11b90288d
This commit is contained in:
Sebastian Leonhardt 2019-02-07 23:31:38 +01:00
parent e662ae4e9e
commit 26e0c64e34
3 changed files with 6 additions and 6 deletions

View file

@ -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