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