set config values for multiscreen flip from previous commit

SVN revision: 73263
This commit is contained in:
Mike Blumenkrantz 2012-07-04 09:38:35 +00:00
parent ba64e79b7c
commit 188b7d676f
1 changed files with 6 additions and 0 deletions

View File

@ -1198,6 +1198,10 @@ e_config_load(void)
COPYVAL(powersave.max);
IFCFGEND;
IFCFG(0x0150);
COPYVAL(multiscreen_flip);
IFCFGEND;
e_config->config_version = E_CONFIG_FILE_VERSION;
_e_config_free(tcfg);
}
@ -1352,6 +1356,8 @@ e_config_load(void)
E_CONFIG_LIMIT(e_config->powersave.min, E_POWERSAVE_MODE_NONE, E_POWERSAVE_MODE_EXTREME);
E_CONFIG_LIMIT(e_config->powersave.max, E_POWERSAVE_MODE_NONE, E_POWERSAVE_MODE_EXTREME);
E_CONFIG_LIMIT(e_config->multiscreen_flip, 0, 1);
/* FIXME: disabled auto apply because it causes problems */
e_config->cfgdlg_auto_apply = 0;
/* FIXME: desklock personalized password id disabled for security reasons */