From: Carsten Haitzler Date: Tue, 11 Jan 2005 14:23:31 +0000 (+0000) Subject: and handle a signle head again... X-Git-Tag: submit/efl/20131021.015651~16525 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e2591440a77d4ed38a2f9b3f8dc70a1f39b936e;p=platform%2Fupstream%2Fenlightenment.git and handle a signle head again... SVN revision: 12902 --- diff --git a/src/bin/e_init.c b/src/bin/e_init.c index 76be7d8..301f2a7 100644 --- a/src/bin/e_init.c +++ b/src/bin/e_init.c @@ -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;