diff options
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; |