evas/image - fill up a missed initial value in the image state.

This commit is contained in:
ChunEon Park 2014-04-25 20:01:26 +09:00
parent 60cfdc4b4f
commit 5fbd7b6f0f
1 changed files with 4 additions and 4 deletions

View File

@ -227,12 +227,12 @@ static const Evas_Object_Image_State default_state = {
{ 0, 0, 0, 0 }, // fill
{ 0, 0, 0 }, // image
{ 1.0, 0, 0, 0, 0, 1 }, // border
NULL, NULL, { NULL }, NULL,
0,
NULL, NULL, NULL, //source, defmap, scene
{ NULL }, //u
NULL, //ley
0, //frame
EVAS_TEXTURE_REPEAT,
EVAS_COLORSPACE_ARGB8888,
EINA_TRUE, EINA_FALSE, EINA_FALSE, EINA_FALSE, EINA_FALSE
};