summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Popov <artem.popov@samsung.com>2016-12-07 14:21:12 +0900
committerHermet Park <hermet@hermet.pe.kr>2016-12-07 14:21:12 +0900
commit4707c86a830e929c10827584bc529aa549cd75a8 (patch)
tree3e7d4267ab39e7a556b620525b453ad60f4c530f
parent436e07277e1b24f5d5de5aece3e4d32d47c7d028 (diff)
downloadefl-4707c86a830e929c10827584bc529aa549cd75a8.tar.gz
Evas: include efl_vg_container.eo.legacy.h to avoid implicit declaration for evas_vg_container_child* @fix
Summary: Due to implicit declaration, evas_vg_container_child_get casts to int and on 64-bit can return wrong pointer Reviewers: cedric, NikaWhite, myoungwoon, jpeg, an.kroitor, Hermet Reviewed By: Hermet Subscribers: t.naumenko Differential Revision: https://phab.enlightenment.org/D4464
-rw-r--r--src/lib/evas/Evas_Legacy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h
index 78653e78bd..cfdf7e7bf8 100644
--- a/src/lib/evas/Evas_Legacy.h
+++ b/src/lib/evas/Evas_Legacy.h
@@ -2633,7 +2633,7 @@ EAPI Evas_Object *evas_object_rectangle_add(Evas *e) EINA_WARN_UNUSED_RESULT EIN
EAPI Evas_Object *evas_object_vg_add(Evas *e) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
#include "canvas/evas_vg.eo.legacy.h"
-
+#include "canvas/efl_vg_container.eo.legacy.h"
/**
* Creates a new vector shape object \.
*