diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-03-02 20:46:11 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-03-15 11:11:59 +0900 |
commit | b458341a13b93b2f963745fae34b3ce14668f99d (patch) | |
tree | d10822600532ce5ea115b7a7e38e112bf196c87d /src/lib/emotion/emotion_smart.c | |
parent | e3de15d72642a61f57dda280befe458cb546c527 (diff) |
Efl.Gfx.Buffer: Add interface skeletton
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
748 | } | 748 | } |
749 | 749 | ||
750 | EOLIAN static void | 750 | EOLIAN static void |
751 | _emotion_object_efl_image_load_size_get(Eo *obj EINA_UNUSED, Emotion_Object_Data *sd, int *iw, int *ih) | 751 | _emotion_object_efl_image_load_load_size_get(Eo *obj EINA_UNUSED, Emotion_Object_Data *sd, int *iw, int *ih) |
752 | { | 752 | { |
753 | if (iw) *iw = sd->video.w; | 753 | if (iw) *iw = sd->video.w; |
754 | if (ih) *ih = sd->video.h; | 754 | if (ih) *ih = sd->video.h; |