summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src6
-rw-r--r--config/mobile/base.src6
-rw-r--r--config/standard/base.src6
3 files changed, 18 insertions, 0 deletions
diff --git a/config/default/base.src b/config/default/base.src
index 8043a8e4c..d56350c75 100644
--- a/config/default/base.src
+++ b/config/default/base.src
@@ -64,6 +64,12 @@ group "Elm_Config" struct {
value "year_min" int: 2;
value "year_max" int: 137;
value "softcursor_mode" uchar: 0;
+ value "auto_norender_withdrawn" uchar: 0;
+ value "auto_norender_iconified_same_as_withdrawn" uchar: 0;
+ value "auto_flush_withdrawn" uchar: 0;
+ value "auto_dump_withdrawn" uchar: 0;
+ value "auto_throttle" uchar: 0;
+ value "auto_throttle_amount" double: 0.1;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";
diff --git a/config/mobile/base.src b/config/mobile/base.src
index 90a411362..090e091c0 100644
--- a/config/mobile/base.src
+++ b/config/mobile/base.src
@@ -64,6 +64,12 @@ group "Elm_Config" struct {
value "year_min" int: 2;
value "year_max" int: 137;
value "softcursor_mode" uchar: 0;
+ value "auto_norender_withdrawn" uchar: 1;
+ value "auto_norender_iconified_same_as_withdrawn" uchar: 1;
+ value "auto_flush_withdrawn" uchar: 1;
+ value "auto_dump_withdrawn" uchar: 1;
+ value "auto_throttle" uchar: 1;
+ value "auto_throttle_amount" double: 0.0666666666;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";
diff --git a/config/standard/base.src b/config/standard/base.src
index 5566d10c5..a2346175c 100644
--- a/config/standard/base.src
+++ b/config/standard/base.src
@@ -62,6 +62,12 @@ group "Elm_Config" struct {
value "weekend_start" int: 6;
value "weekend_len" int: 2;
value "softcursor_mode" uchar: 0;
+ value "auto_norender_withdrawn" uchar: 1;
+ value "auto_norender_iconified_same_as_withdrawn" uchar: 0;
+ value "auto_flush_withdrawn" uchar: 1;
+ value "auto_dump_withdrawn" uchar: 1;
+ value "auto_throttle" uchar: 0;
+ value "auto_throttle_amount" double: 0.0333333333;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";