evas/image - init default image state value explicitly.

This commit is contained in:
ChunEon Park 2013-11-11 14:25:43 +09:00
parent 833a6e5540
commit 0d9826919f
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ static const Evas_Object_Image_State default_state = {
EVAS_TEXTURE_REPEAT,
EVAS_COLORSPACE_ARGB8888,
EINA_TRUE, EINA_FALSE, EINA_FALSE, EINA_FALSE
EINA_TRUE, EINA_FALSE, EINA_FALSE, EINA_FALSE, EINA_FALSE
};
Eina_Cow *evas_object_image_load_opts_cow = NULL;