diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2015-10-10 13:21:58 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2015-10-10 13:21:58 +0900 |
commit | 2cf79cf5ba72b72ae436c9ad39b812b992fd8381 (patch) | |
tree | d411589776d6759080a86b7a47dd623b40c91ba5 /config | |
parent | ae364b2a3ef17f8f17fcdd41aada27ee5bd7f3ee (diff) |
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.in | 4 | ||||
-rw-r--r-- | config/mobile/base.src.in | 4 | ||||
-rw-r--r-- | config/standard/base.src.in | 4 |
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 @@ | |||
1 | group "Elm_Config" struct { | 1 | group "Elm_Config" struct { |
2 | value "config_version" int: 131077; | 2 | value "config_version" int: 131078; |
3 | value "engine" string: ""; | 3 | value "engine" string: ""; |
4 | value "vsync" uchar: 0; | 4 | value "vsync" uchar: 0; |
5 | value "thumbscroll_enable" uchar: 1; | 5 | value "thumbscroll_enable" uchar: 1; |
@@ -40,7 +40,7 @@ group "Elm_Config" struct { | |||
40 | value "theme" string: "default"; | 40 | value "theme" string: "default"; |
41 | value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api"; | 41 | value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api"; |
42 | value "tooltip_delay" double: 1.0; | 42 | value "tooltip_delay" double: 1.0; |
43 | value "cursor_engine_only" uchar: 1; | 43 | value "cursor_engine_only" uchar: 0; |
44 | value "focus_highlight_enable" uchar: 0; | 44 | value "focus_highlight_enable" uchar: 0; |
45 | value "focus_highlight_animate" uchar: 0; | 45 | value "focus_highlight_animate" uchar: 0; |
46 | value "focus_highlight_clip_disable" uchar: 0; | 46 | 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 @@ | |||
1 | group "Elm_Config" struct { | 1 | group "Elm_Config" struct { |
2 | value "config_version" int: 131077; | 2 | value "config_version" int: 131078; |
3 | value "engine" string: ""; | 3 | value "engine" string: ""; |
4 | value "vsync" uchar: 0; | 4 | value "vsync" uchar: 0; |
5 | value "thumbscroll_enable" uchar: 1; | 5 | value "thumbscroll_enable" uchar: 1; |
@@ -40,7 +40,7 @@ group "Elm_Config" struct { | |||
40 | value "theme" string: "default"; | 40 | value "theme" string: "default"; |
41 | value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api"; | 41 | value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api"; |
42 | value "tooltip_delay" double: 1.0; | 42 | value "tooltip_delay" double: 1.0; |
43 | value "cursor_engine_only" uchar: 1; | 43 | value "cursor_engine_only" uchar: 0; |
44 | value "focus_highlight_enable" uchar: 0; | 44 | value "focus_highlight_enable" uchar: 0; |
45 | value "focus_highlight_animate" uchar: 0; | 45 | value "focus_highlight_animate" uchar: 0; |
46 | value "focus_highlight_clip_disable" uchar: 0; | 46 | 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 @@ | |||
1 | group "Elm_Config" struct { | 1 | group "Elm_Config" struct { |
2 | value "config_version" int: 131077; | 2 | value "config_version" int: 131078; |
3 | value "engine" string: ""; | 3 | value "engine" string: ""; |
4 | value "vsync" uchar: 0; | 4 | value "vsync" uchar: 0; |
5 | value "thumbscroll_enable" uchar: 0; | 5 | value "thumbscroll_enable" uchar: 0; |
@@ -40,7 +40,7 @@ group "Elm_Config" struct { | |||
40 | value "theme" string: "default"; | 40 | value "theme" string: "default"; |
41 | value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api"; | 41 | value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api"; |
42 | value "tooltip_delay" double: 1.0; | 42 | value "tooltip_delay" double: 1.0; |
43 | value "cursor_engine_only" uchar: 1; | 43 | value "cursor_engine_only" uchar: 0; |
44 | value "focus_highlight_enable" uchar: 0; | 44 | value "focus_highlight_enable" uchar: 0; |
45 | value "focus_highlight_animate" uchar: 0; | 45 | value "focus_highlight_animate" uchar: 0; |
46 | value "focus_highlight_clip_disable" uchar: 1; | 46 | value "focus_highlight_clip_disable" uchar: 1; |