From e65aae994e72c1d3f8ac6b5360d3772f177b77ef Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 15 Aug 2016 14:44:41 +0100 Subject: Eo: Finish the renaming of Eo to the EFL. This renames all the rest of the API to the EFL namespace except for Eo_Event that will follow soon. Obviously breaks both API and ABI. --- src/lib/evas/canvas/evas_vg_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/evas/canvas/evas_vg_private.h') diff --git a/src/lib/evas/canvas/evas_vg_private.h b/src/lib/evas/canvas/evas_vg_private.h index 87f327bcd2..8d85915fc1 100644 --- a/src/lib/evas/canvas/evas_vg_private.h +++ b/src/lib/evas/canvas/evas_vg_private.h @@ -75,7 +75,7 @@ _evas_vg_render_pre(Efl_VG *child, Ector_Surface *s, Eina_Matrix3 *m) // FIXME: Prevent infinite loop if (child) - child_nd = eo_data_scope_get(child, EFL_VG_CLASS); + child_nd = efl_data_scope_get(child, EFL_VG_CLASS); if (child_nd) child_nd->render_pre(child, m, s, child_nd->data, child_nd); @@ -102,7 +102,7 @@ _efl_vg_realloc(void *from, unsigned int sz) static inline void _efl_vg_clean_object(Eo **obj) { - if (*obj) eo_unref(*obj); + if (*obj) efl_unref(*obj); *obj = NULL; } -- cgit v1.2.1