From 5ed03f2a8fda319ec8b8e840f5d8ccd511d7dbae Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 27 Mar 2009 09:08:31 +0000 Subject: [PATCH] and resize bg. SVN revision: 39748 --- src/bin/main.c | 2 +- src/bin/ui.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index cabcd34..ab42d19 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1378,8 +1378,8 @@ main(int argc, char **argv) while (_engine_go()) { - ui_loop(); engine_loop(); + ui_loop(); evas_render(evas); } diff --git a/src/bin/ui.c b/src/bin/ui.c index e5f76ce..125f278 100644 --- a/src/bin/ui.c +++ b/src/bin/ui.c @@ -611,6 +611,8 @@ ui_loop(void) else { } + evas_object_resize(o_bg, win_w, win_h); + evas_object_resize(o_wallpaper, win_w, win_h); } void