summaryrefslogtreecommitdiff
path: root/firmware/export/backlight.h
diff options
context:
space:
mode:
authorHristo Kovachev <bger@rockbox.org>2006-04-01 12:20:23 +0000
committerHristo Kovachev <bger@rockbox.org>2006-04-01 12:20:23 +0000
commit8c15138008b108a0ab3d90ef9f09c6d3fc59f740 (patch)
tree525f9c3e47e27aaffbc9c9d158eacde1889ad970 /firmware/export/backlight.h
parent42c8e5c769bd6f2ae26ca8013f2b068d0bfdcc4b (diff)
downloadrockbox-8c15138008b108a0ab3d90ef9f09c6d3fc59f740.tar.gz
rockbox-8c15138008b108a0ab3d90ef9f09c6d3fc59f740.zip
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
Diffstat (limited to 'firmware/export/backlight.h')
-rw-r--r--firmware/export/backlight.h2
1 files changed, 1 insertions, 1 deletions
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);
33void backlight_set_fade_out(int index); 33void backlight_set_fade_out(int index);
34#endif 34#endif
35void backlight_set_timeout_plugged(int index); 35void backlight_set_timeout_plugged(int index);
36extern const char backlight_timeout_value[]; 36extern const signed char backlight_timeout_value[];
37#else 37#else
38#define backlight_init() 38#define backlight_init()
39#endif 39#endif