Fix the fix

Change-Id: I54b97fd0c208f775e4ee22cf8499f1da423ebc39
This commit is contained in:
Sebastian Leonhardt 2019-02-08 00:52:37 +01:00
parent 26e0c64e34
commit 168e242498
2 changed files with 3 additions and 3 deletions

View file

@ -162,7 +162,7 @@ void sim_backlight(int value)
#endif
}
#else /* LCD_DEPTH > 8 */
#if defined(HAVE_TRANSFLECTIVE_LCD ) && defined(HAVE_LCD_SLEEP)
#if defined(HAVE_TRANSFLECTIVE_LCD) && defined(HAVE_LCD_SLEEP)
if (!lcd_active())
SDL_SetAlpha(lcd_surface, SDL_SRCALPHA, 0);
else