From a70c6b9b1e2bcf7a5a207017d6c40f5254f6ef98 Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Sat, 25 Mar 2006 19:16:45 +0000 Subject: 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 --- apps/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 2fd52aea9e..424341f340 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -475,6 +475,9 @@ struct user_settings #ifdef CONFIG_BACKLIGHT bool bl_filter_first_keypress; /* filter first keypress when dark? */ +#ifdef HAVE_REMOTE_LCD + bool remote_bl_filter_first_keypress; /* filter first remote keypress when remote dark? */ +#endif #endif }; -- cgit v1.2.3