From 3ba18d9c8a199436bb78778f43803af9abd9b925 Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 27 Mar 2009 09:17:35 +0000 Subject: [PATCH] fix bg @ loop start. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@39750 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/ui.c b/src/bin/ui.c index dc0f12f..97aa8a9 100644 --- a/src/bin/ui.c +++ b/src/bin/ui.c @@ -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 -- 2.7.4