diff options
author | Hristo Kovachev <bger@rockbox.org> | 2006-03-25 19:16:45 +0000 |
---|---|---|
committer | Hristo Kovachev <bger@rockbox.org> | 2006-03-25 19:16:45 +0000 |
commit | a70c6b9b1e2bcf7a5a207017d6c40f5254f6ef98 (patch) | |
tree | e39563c6b848d65c0700875676c01da43d3f645b /firmware/export/backlight.h | |
parent | 7b9ab84e7d37a761a7b4a5817c6da71213cc17ad (diff) |
Patch #4913 by David Rothenberger with some changes by me: add only backlight on first keypress to the lcd remotes, too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9253 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/backlight.h')
-rw-r--r-- | firmware/export/backlight.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h index f371dc1423..508d472381 100644 --- a/firmware/export/backlight.h +++ b/firmware/export/backlight.h @@ -43,6 +43,7 @@ void remote_backlight_on(void); void remote_backlight_off(void); void remote_backlight_set_timeout(int index); void remote_backlight_set_timeout_plugged(int index); +bool is_remote_backlight_on(void); #endif #ifdef SIMULATOR |