Revert "change _elm_win_resize_job use ecore_evas_request_geometry_get function."
authorTom Hacohen <tom@stosb.com>
Tue, 1 Nov 2011 10:53:05 +0000 (10:53 +0000)
committerTom Hacohen <tom@stosb.com>
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.

SVN revision: 64605

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)
      {