summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2015-10-10 13:21:58 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2015-10-10 13:21:58 +0900
commit2cf79cf5ba72b72ae436c9ad39b812b992fd8381 (patch)
treed411589776d6759080a86b7a47dd623b40c91ba5 /config
parentae364b2a3ef17f8f17fcdd41aada27ee5bd7f3ee (diff)
downloadelementary-2cf79cf5ba72b72ae436c9ad39b812b992fd8381.tar.gz
elm cusro config - move elm to by default look for cursors in theme
previous config ignored elm theme if ithas cursors. this was just wrong, so switch default back to using theme and update configs accordingly etc. this is houw it should have worked.
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src.in4
-rw-r--r--config/mobile/base.src.in4
-rw-r--r--config/standard/base.src.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index 5b01b5e87..5caff3d6f 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131077;
+ value "config_version" int: 131078;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 1;
@@ -40,7 +40,7 @@ group "Elm_Config" struct {
value "theme" string: "default";
value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api";
value "tooltip_delay" double: 1.0;
- value "cursor_engine_only" uchar: 1;
+ value "cursor_engine_only" uchar: 0;
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 0;
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index 6219c1120..6621fb888 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131077;
+ value "config_version" int: 131078;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 1;
@@ -40,7 +40,7 @@ group "Elm_Config" struct {
value "theme" string: "default";
value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api";
value "tooltip_delay" double: 1.0;
- value "cursor_engine_only" uchar: 1;
+ value "cursor_engine_only" uchar: 0;
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 0;
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index b5f1b7a78..a89bebad0 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -1,5 +1,5 @@
group "Elm_Config" struct {
- value "config_version" int: 131077;
+ value "config_version" int: 131078;
value "engine" string: "";
value "vsync" uchar: 0;
value "thumbscroll_enable" uchar: 0;
@@ -40,7 +40,7 @@ group "Elm_Config" struct {
value "theme" string: "default";
value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api";
value "tooltip_delay" double: 1.0;
- value "cursor_engine_only" uchar: 1;
+ value "cursor_engine_only" uchar: 0;
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 1;