From: Mike Blumenkrantz Date: Mon, 7 Jan 2013 19:59:53 +0000 (+0000) Subject: add conf2 option for new backlight dimming thingy that morlenxus just added because... X-Git-Tag: submit/efl/20131021.015651~1621 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b35c7c7d5f84b493dbe3b38a20c0493145bba4d5;p=platform%2Fupstream%2Fenlightenment.git 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 --- diff --git a/src/bin/e_configure_option.c b/src/bin/e_configure_option.c index db92adc..eded744 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;