From 2cf79cf5ba72b72ae436c9ad39b812b992fd8381 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 10 Oct 2015 13:21:58 +0900 Subject: 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. --- config/default/base.src.in | 4 ++-- config/mobile/base.src.in | 4 ++-- config/standard/base.src.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'config') 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; -- cgit v1.2.1