projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e62acd
)
don't fade backlight instantly at all times
author
discomfitor
<michael.blumenkrantz@gmail.com>
Fri, 20 Sep 2013 16:52:39 +0000
(17:52 +0100)
committer
discomfitor
<michael.blumenkrantz@gmail.com>
Fri, 20 Sep 2013 16:52:39 +0000
(17:52 +0100)
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index 87ad15bb100ebce73541512de04d96f92af8f1e6..d1f2898ab42c90812f85ff6e3e350f6fa6d58459 100644
(file)
--- 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;