modify resize job function.

it have to use requested value. 
I also fix bug related with elementary test


SVN revision: 64635
This commit is contained in:
Jiyoun Park 2011-11-02 07:10:29 +00:00
parent 378ccf637c
commit f3b588730f
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ _elm_win_resize_job(void *data)
int w, h;
win->deferred_resize_job = NULL;
ecore_evas_geometry_get(win->ee, NULL, NULL, &w, &h);
ecore_evas_request_geometry_get(win->ee, NULL, NULL, &w, &h);
evas_object_resize(win->win_obj, w, h);
if (win->frame_obj)
{