discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e23879f08f0c59c06f79555fc2110af9dc880f40

commit e23879f08f0c59c06f79555fc2110af9dc880f40
Author: discomfitor <michael.blumenkra...@gmail.com>
Date:   Fri Sep 20 17:52:39 2013 +0100

    don't fade backlight instantly at all times
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 87ad15b..d1f2898 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3490,7 +3490,7 @@ _e_comp_screens_eval(E_Comp *c)
                {
                   if (e_backlight_mode_get(cz->zone) != 
E_BACKLIGHT_MODE_NORMAL)
                     e_backlight_mode_set(cz->zone, E_BACKLIGHT_MODE_NORMAL);
-                  e_backlight_level_set(cz->zone, e_config->backlight.normal, 
0.0);
+                  e_backlight_level_set(cz->zone, e_config->backlight.normal, 
-1.0);
                }
           }
         if (cz->zone) cz->zone->comp_zone = NULL;

-- 


Reply via email to