From bf2a33485fc99d83ef74c261d092f6b95e040a37 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 29 Nov 2007 23:55:58 +0000 Subject: 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 --- apps/plugin.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 9b620b1..9067097 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -525,6 +525,13 @@ static const struct plugin_api rockbox_api = { file_exists, dir_exists, + +#ifdef HAVE_REMOTE_LCD + remote_backlight_set_timeout, +#if CONFIG_CHARGING + remote_backlight_set_timeout_plugged, +#endif +#endif /* HAVE_REMOTE_LCD */ }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1