elm - fix config version bump correctly

bump version right and fix eec7bc458e
properly.
This commit is contained in:
Carsten Haitzler 2018-12-03 11:46:31 +00:00
parent 7f9cb37ea0
commit 3c9123f170
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
group "Elm_Config" struct {
value "config_version" int: 131091;
value "config_version" int: 131092;
value "entry_select_allow" uchar: 1;
value "engine" string: "";
value "vsync" uchar: 0;

View File

@ -1,5 +1,5 @@
group "Elm_Config" struct {
value "config_version" int: 131091;
value "config_version" int: 131092;
value "entry_select_allow" uchar: 1;
value "engine" string: "";
value "vsync" uchar: 0;

View File

@ -1,5 +1,5 @@
group "Elm_Config" struct {
value "config_version" int: 131091;
value "config_version" int: 131092;
value "entry_select_allow" uchar: 1;
value "engine" string: "";
value "vsync" uchar: 0;

View File

@ -166,7 +166,7 @@ struct _Efl_Ui_Theme_Data
* the users config doesn't need to be wiped - simply new values need
* to be put in
*/
# define ELM_CONFIG_FILE_GENERATION 0x0013
# define ELM_CONFIG_FILE_GENERATION 0x0014
# define ELM_CONFIG_VERSION_EPOCH_OFFSET 16
# define ELM_CONFIG_VERSION ((ELM_CONFIG_EPOCH << ELM_CONFIG_VERSION_EPOCH_OFFSET) | \
ELM_CONFIG_FILE_GENERATION)