hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4707c86a830e929c10827584bc529aa549cd75a8
commit 4707c86a830e929c10827584bc529aa549cd75a8 Author: Artem Popov <artem.po...@samsung.com> Date: Wed Dec 7 14:21:12 2016 +0900 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 --- src/lib/evas/Evas_Legacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 78653e7..cfdf7e7 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 \. * --