From 1e2591440a77d4ed38a2f9b3f8dc70a1f39b936e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 11 Jan 2005 14:23:31 +0000 Subject: [PATCH] and handle a signle head again... SVN revision: 12902 --- src/bin/e_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.7.4