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:
parent
feb75d43c8
commit
bf2a33485f
8 changed files with 71 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue