and handle a signle head again...

SVN revision: 12902
This commit is contained in:
Carsten Haitzler 2005-01-11 14:23:31 +00:00
parent b37f223247
commit 1e2591440a
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ e_init_init(void)
return 0;
}
root = roots[0];
ecore_x_window_size_get(root, &w, &h);
_e_init_ecore_evas = ecore_evas_software_x11_new(NULL, root, 0, 0, w, h);
e_canvas_add(_e_init_ecore_evas);
@ -47,7 +48,7 @@ e_init_init(void)
/* FIXME: "init.eet" needs to come from config */
e_path_find(path_init, "init.eet"),
"init/splash");
evas_object_move(o, x, y);
evas_object_move(o, 0, 0);
evas_object_resize(o, w, h);
evas_object_show(o);
_e_init_object = o;