From b458341a13b93b2f963745fae34b3ce14668f99d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 2 Mar 2016 20:46:11 +0900 Subject: Efl.Gfx.Buffer: Add interface skeletton --- src/lib/emotion/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/emotion/emotion_smart.c') diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index d0b0f327f8..804b865307 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c @@ -748,7 +748,7 @@ emotion_object_size_get(const Evas_Object *obj, int *iw, int *ih) } EOLIAN static void -_emotion_object_efl_image_load_size_get(Eo *obj EINA_UNUSED, Emotion_Object_Data *sd, int *iw, int *ih) +_emotion_object_efl_image_load_load_size_get(Eo *obj EINA_UNUSED, Emotion_Object_Data *sd, int *iw, int *ih) { if (iw) *iw = sd->video.w; if (ih) *ih = sd->video.h; -- cgit v1.2.1