From: Artem Popov Date: Wed, 7 Dec 2016 05:21:12 +0000 (+0900) Subject: Evas: include efl_vg_container.eo.legacy.h to avoid implicit declaration for evas_vg_... X-Git-Tag: accepted/tizen/common/20170102.152350~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=036f8f56ad430284bef625094fefd4a1af3ee86b;p=platform%2Fupstream%2Fefl.git 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 Change-Id: I52332d1c88a7d689e574ea9018136cac8b50e015 Signed-off-by: Artem Popov --- diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 269f9bb..1091d03 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -2065,7 +2065,7 @@ EAPI Evas_Object *evas_object_vg_add(Evas *e) EINA_WARN_UNUSED_RESULT EINA_ARG_N EAPI void evas_object_vg_path_set(Evas_Object *vg, const char *path, int src_vg, int dest_vg, float pos) EINA_ARG_NONNULL(1); #include "canvas/evas_vg.eo.legacy.h" - +#include "canvas/efl_vg_container.eo.legacy.h" /** * Creates a new vector shape object \. *