1
0
Fork 0
forked from len0rd/rockbox

Fix some plugins not using the helper functions for the new backlight timeout handling.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15849 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-11-29 23:55:58 +00:00
parent feb75d43c8
commit bf2a33485f
8 changed files with 71 additions and 37 deletions

View file

@ -26,5 +26,9 @@
*/
void backlight_force_on(struct plugin_api* rb);
void backlight_use_settings(struct plugin_api* rb);
#ifdef HAVE_REMOTE_LCD
void remote_backlight_force_on(struct plugin_api* rb);
void remote_backlight_use_settings(struct plugin_api* rb);
#endif
#endif