From 036f8f56ad430284bef625094fefd4a1af3ee86b Mon Sep 17 00:00:00 2001 From: Artem Popov Date: Wed, 7 Dec 2016 14:21:12 +0900 Subject: [PATCH] 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 --- 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 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 \. * -- 2.7.4