limit config val

SVN revision: 14721
This commit is contained in:
Carsten Haitzler 2005-05-12 07:55:41 +00:00
parent 9efb077e02
commit e75a79a0ea
1 changed files with 1 additions and 0 deletions

View File

@ -649,6 +649,7 @@ e_config_init(void)
E_CONFIG_LIMIT(e_config->framerate, 1.0, 200.0);
E_CONFIG_LIMIT(e_config->image_cache, 0, 256 * 1024);
E_CONFIG_LIMIT(e_config->font_cache, 0, 32 * 1024);
E_CONFIG_LIMIT(e_config->edge_flip_timeout, 0.0, 2.0);
/* apply lang config - exception and config is loaded after intl setup */