e: merge backlight default value.

SVN revision: 62359
This commit is contained in:
Michael BOUCHAUD 2011-08-11 20:49:45 +00:00
parent 4a1637776e
commit 80e43bd500
2 changed files with 7 additions and 1 deletions

View File

@ -1174,6 +1174,12 @@ e_config_load(void)
COPYVAL(geometry_auto_move);
IFCFGEND;
IFCFG(0x0142);
COPYVAL(backlight.normal);
COPYVAL(backlight.dim);
COPYVAL(backlight.transition);
IFCFGEND;
e_config->config_version = E_CONFIG_FILE_VERSION;
_e_config_free(tcfg);
}

View File

@ -33,7 +33,7 @@ typedef struct _E_Event_Config_Icon_Theme E_Event_Config_Icon_Theme;
/* increment this whenever a new set of config values are added but the users
* config doesn't need to be wiped - simply new values need to be put in
*/
#define E_CONFIG_FILE_GENERATION 0x0142
#define E_CONFIG_FILE_GENERATION 0x0143
#define E_CONFIG_FILE_VERSION ((E_CONFIG_FILE_EPOCH << 16) | E_CONFIG_FILE_GENERATION)
#define E_EVAS_ENGINE_DEFAULT 0