1
0
Fork 0
forked from len0rd/rockbox

Fix CONFIG_BACKLIGHT warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12393 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-02-18 10:07:27 +00:00
parent da88e84f48
commit 3a37f46fc9
18 changed files with 51 additions and 48 deletions

View file

@ -114,7 +114,7 @@ void drawrectangles(int color, struct rectangle *points, int count)
SDL_UnlockSurface(lcd_surface);
}
#ifdef CONFIG_BACKLIGHT
#if CONFIG_BACKLIGHT
void sim_backlight(int value)
{
if (value > 0) {