hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5fbd7b6f0fadc8b64feaab44fbef64fe95050379

commit 5fbd7b6f0fadc8b64feaab44fbef64fe95050379
Author: ChunEon Park <[email protected]>
Date:   Fri Apr 25 20:01:26 2014 +0900

    evas/image - fill up a missed initial value in the image state.
---
 src/lib/evas/canvas/evas_object_image.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/evas/canvas/evas_object_image.c 
b/src/lib/evas/canvas/evas_object_image.c
index 0e884c2..5639c15 100644
--- a/src/lib/evas/canvas/evas_object_image.c
+++ b/src/lib/evas/canvas/evas_object_image.c
@@ -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
 };
 

-- 


Reply via email to