raster pushed a commit to branch master.

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

commit 64d4768ee52c46f3286c52f84226b295d2d58b4c
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Mon Jun 16 18:03:22 2014 +0900

    e config - make all configs have full backlight config (and the same)
---
 config/default/e.src  | 4 +++-
 config/mobile/e.src   | 8 +++++---
 config/standard/e.src | 4 +++-
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/config/default/e.src b/config/default/e.src
index 8eb837f..fde837c 100644
--- a/config/default/e.src
+++ b/config/default/e.src
@@ -201,9 +201,11 @@ group "E_Config" struct {
   value "exec.show_run_dialog" uchar: 1;
   value "exec.show_exit_dialog" uchar: 1;
   value "null_container_win" uchar: 1;
-  value "backlight.normal" double: 1.0;
+  value "backlight.normal" double: 1.0
   value "backlight.dim" double: 0.3;
   value "backlight.transition" double: 0.5;
+  value "backlight.timer" double: 1.0;
+  value "backlight.idle_dim" uchar: 0;
   value "device_desktop" int: 0;
   value "device_auto_mount" int: 0;
   value "device_auto_open" int: 0;
diff --git a/config/mobile/e.src b/config/mobile/e.src
index 5b0c24b..6badaa0 100644
--- a/config/mobile/e.src
+++ b/config/mobile/e.src
@@ -199,9 +199,11 @@ group "E_Config" struct {
     value "exec.show_run_dialog" uchar: 0;
     value "exec.show_exit_dialog" uchar: 0;
     value "null_container_win" uchar: 1;
-    value "backlight.normal" double: 1.0000000000000000000000000;
-    value "backlight.dim" double: 0.2999999999999999888977698;
-    value "backlight.transition" double: 0.5000000000000000000000000;
+    value "backlight.normal" double: 1.0
+    value "backlight.dim" double: 0.3;
+    value "backlight.transition" double: 0.5;
+    value "backlight.timer" double: 1.0;
+    value "backlight.idle_dim" uchar: 0;
     value "device_desktop" int: 0;
     value "device_auto_mount" int: 0;
     value "device_auto_open" int: 0;
diff --git a/config/standard/e.src b/config/standard/e.src
index 48fc3ec..134a7c9 100644
--- a/config/standard/e.src
+++ b/config/standard/e.src
@@ -191,9 +191,11 @@ group "E_Config" struct {
     value "exec.show_run_dialog" uchar: 1;
     value "exec.show_exit_dialog" uchar: 1;
     value "null_container_win" uchar: 0;
-    value "backlight.normal" double: 1.0;
+    value "backlight.normal" double: 1.0
     value "backlight.dim" double: 0.3;
     value "backlight.transition" double: 0.5;
+    value "backlight.timer" double: 1.0;
+    value "backlight.idle_dim" uchar: 0;
     value "deskenv.load_xrdb" uchar: 1;
     value "deskenv.load_xmodmap" uchar: 1;
     value "deskenv.load_gnome" uchar: 0;

-- 


Reply via email to