From 8c15138008b108a0ab3d90ef9f09c6d3fc59f740 Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Sat, 1 Apr 2006 12:20:23 +0000 Subject: Patch #4934 by Ralf Herz: Fixes 1) Backlight stays on when set to always off (at least on the iPods (signed/unsigned problem)) 2) Buttons not working when the backlight is set to always off and turned on the "first keypress enables backlight only" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9396 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/backlight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h index 508d472381..c1a7ade38f 100644 --- a/firmware/export/backlight.h +++ b/firmware/export/backlight.h @@ -33,7 +33,7 @@ void backlight_set_fade_in(int index); void backlight_set_fade_out(int index); #endif void backlight_set_timeout_plugged(int index); -extern const char backlight_timeout_value[]; +extern const signed char backlight_timeout_value[]; #else #define backlight_init() #endif -- cgit v1.2.3