add sparseness checker :)

SVN revision: 26299
This commit is contained in:
Carsten Haitzler 2006-10-02 11:12:39 +00:00
parent f458cf8448
commit 3df80d676c
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ evas_image_load_file_head_eet(RGBA_Image *im, const char *file, const char *key)
im->image->w = w;
im->image->h = h;
eet_close(ef);
evas_common_image_set_alpha_sparse(im);
return 1;
}