Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_init.c 


Log Message:


use diffrent edje group for extra screens on init

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_init.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_init.c    11 Jan 2005 14:23:31 -0000      1.3
+++ e_init.c    11 Jan 2005 15:40:53 -0000      1.4
@@ -60,7 +60,6 @@
        for (i = 0; i < n; i++)
          {
             ecore_x_xinerama_screen_geometry_get(i, &x, &y, &w, &h);
-            printf("$$$ INIT scr %i, %i %i, %ix%i\n", i, x, y, w, h);
             if (i == 0)
               {
                  o = edje_object_add(_e_init_evas);
@@ -79,7 +78,7 @@
                  edje_object_file_set(o,
                                       /* FIXME: "init.eet" needs to come from 
config */
                                       e_path_find(path_init, "init.eet"),
-                                      "init/splash");
+                                      "init/extra_screen");
                  evas_object_move(o, x, y);
                  evas_object_resize(o, w, h);
                  evas_object_show(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