summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2014-04-14 16:11:30 +0900
committerChunEon Park <hermet@hermet.pe.kr>2014-04-14 16:11:30 +0900
commit631f526a79a6414dd6de6772fb9beaa860753eb1 (patch)
tree5ebd1ba9832569a6653d69b0eb700daeb8bcb4db
parent766b5c013a872d234094833155420819ad19d015 (diff)
downloadefl-631f526a79a6414dd6de6772fb9beaa860753eb1.tar.gz
fixed missing include eo headers
-rw-r--r--src/lib/evas/Evas_Eo.h4
-rw-r--r--src/lib/evas/canvas/evas_object_image.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h
index e3b02487c2..848649e27e 100644
--- a/src/lib/evas/Evas_Eo.h
+++ b/src/lib/evas/Evas_Eo.h
@@ -205,3 +205,7 @@ EAPI extern const Eo_Event_Description _EVAS_CANVAS_EVENT_RENDER_POST;
#include "canvas/evas_common_interface.eo.h"
#include "canvas/evas_object.eo.h"
+
+#include"canvas/evas_image.eo.h"
+
+#include "canvas/evas_out.eo.h" \ No newline at end of file
diff --git a/src/lib/evas/canvas/evas_object_image.c b/src/lib/evas/canvas/evas_object_image.c
index 52783f574a..23a148da45 100644
--- a/src/lib/evas/canvas/evas_object_image.c
+++ b/src/lib/evas/canvas/evas_object_image.c
@@ -228,7 +228,7 @@ static const Evas_Object_Image_State default_state = {
{ 0, 0, 0 }, // image
{ 1.0, 0, 0, 0, 0, 1 }, // border
- NULL, NULL, { NULL }, NULL,
+ NULL, NULL, NULL, { NULL }, NULL,
0,
EVAS_TEXTURE_REPEAT,
EVAS_COLORSPACE_ARGB8888,