and resize bg.

SVN revision: 39748
This commit is contained in:
Carsten Haitzler 2009-03-27 09:08:31 +00:00
parent 1998a5ccda
commit 5ed03f2a8f
2 changed files with 3 additions and 1 deletions

View File

@ -1378,8 +1378,8 @@ main(int argc, char **argv)
while (_engine_go())
{
ui_loop();
engine_loop();
ui_loop();
evas_render(evas);
}

View File

@ -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