Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_init.c 


Log Message:


and handle a signle head again...

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_init.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_init.c    11 Jan 2005 14:17:36 -0000      1.2
+++ e_init.c    11 Jan 2005 14:23:31 -0000      1.3
@@ -26,6 +26,7 @@
        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 @@
                             /* 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;




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to