Revert "change _elm_win_resize_job use ecore_evas_request_geometry_get function."
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Nov 2011 10:53:05 +0000 (10:53 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Nov 2011 10:53:05 +0000 (10:53 +0000)
This reverts commit 64549.

I gotta adimt, your commit looks correct to me, but hey, it breaks
elementary_test's "Window Inline" test... Please investigate it further
and make re-apply your commit afetr your solve these issues.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64605 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_win.c

index 8863a5e..62f9392 100644 (file)
@@ -672,7 +672,7 @@ _elm_win_resize_job(void *data)
    int w, h;
 
    win->deferred_resize_job = NULL;
-   ecore_evas_request_geometry_get(win->ee, NULL, NULL, &w, &h);
+   ecore_evas_geometry_get(win->ee, NULL, NULL, &w, &h);
    evas_object_resize(win->win_obj, w, h);
    if (win->frame_obj)
      {