fix bg @ loop start.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 27 Mar 2009 09:17:35 +0000 (09:17 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 27 Mar 2009 09:17:35 +0000 (09:17 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@39750 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/ui.c

index dc0f12f..97aa8a9 100644 (file)
@@ -487,6 +487,8 @@ ui_loop(void)
    static double pt = 0.0;
    double t, t2;
 
+   evas_object_resize(o_bg, win_w, win_h);
+   evas_object_resize(o_wallpaper, win_w, win_h);
    if (loop_func)
      {
        t = get_time();
@@ -612,8 +614,6 @@ ui_loop(void)
    else
      {
      }
-   evas_object_resize(o_bg, win_w, win_h);
-   evas_object_resize(o_wallpaper, win_w, win_h);
 }
 
 void