From a5c5bd38311e4e99ae3eeb0ab9f5108355573554 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 21 Mar 2007 07:05:05 +0000 Subject: Add a setting to force the backlight to stay on (or act normally) when in plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12873 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index f9e0815..c824360 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -704,7 +704,9 @@ struct user_settings (defined(HAVE_RECORDING) || CONFIG_TUNER) int alarm_wake_up_screen; #endif - +#if CONFIG_BACKLIGHT + int backlight_in_plugins; +#endif }; /** global variables **/ -- cgit v1.1