From b35c7c7d5f84b493dbe3b38a20c0493145bba4d5 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 7 Jan 2013 19:59:53 +0000 Subject: [PATCH] add conf2 option for new backlight dimming thingy that morlenxus just added because he's too lazy to add two lines on his own SVN revision: 82359 --- src/bin/e_configure_option.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_configure_option.c b/src/bin/e_configure_option.c index db92adca5..eded7449b 100644 --- a/src/bin/e_configure_option.c +++ b/src/bin/e_configure_option.c @@ -1945,6 +1945,8 @@ e_configure_option_init(void) OPT_ADD(BOOL, syscon.do_input, _("System Console performs default action after idle timeout"), _("syscon"), _("input")); //Eina_List *actions + OPT_ADD(BOOL, screen_actions_fullscreen_windows_ignore, _("Enable backlight dimming when fullscreen windows are open"), _("backlight"), _("fullscreen")); + co->funcs[1].none = co->funcs[0].none = _e_configure_dpms_changed; OPT_ADD(DOUBLE, backlight.normal, _("Backlight \"normal\" brightness"), _("backlight")); //slider OPT_MINMAX_STEP_FMT(0, 1.0, 0.01, "%1.2f"); co->funcs[0].none = _e_configure_dpms_changed;