actually - 0 by default.

SVN revision: 32002
This commit is contained in:
Carsten Haitzler 2007-10-07 11:17:09 +00:00
parent afdefa4305
commit f5c14b41ee
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ evas_cache_image_init(const Evas_Cache_Image_Func *cb)
new->func = *cb;
new->limit = 4 * 1024 * 1024;
new->limit = 0;
new->usage = 0;
new->dirty = NULL;