diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2011-06-24 12:26:29 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2011-06-24 12:26:29 +0000 |
commit | 923bff4e1cd8afcf9e6157affa989384befd262a (patch) | |
tree | 97e835b737518707070e283c98592724b1d09dcc /legacy/emotion/src/lib/emotion_smart.c | |
parent | dadaf6f420f202481d1f47061d41a6a47705f721 (diff) |
emotion: advertise native resolution.
SVN revision: 60664
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index bdee730b32..f67ec10701 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c | |||
@@ -1180,6 +1180,7 @@ _emotion_frame_resize(Evas_Object *obj, int w, int h, double ratio) | |||
1180 | changed = 1; | 1180 | changed = 1; |
1181 | } | 1181 | } |
1182 | if (changed) evas_object_smart_callback_call(obj, SIG_FRAME_RESIZE, NULL); | 1182 | if (changed) evas_object_smart_callback_call(obj, SIG_FRAME_RESIZE, NULL); |
1183 | evas_object_size_hint_request_set(obj, w, h); | ||
1183 | } | 1184 | } |
1184 | 1185 | ||
1185 | EAPI void | 1186 | EAPI void |