Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: eobj.c startup.c Log Message: Set fade-in on most objects. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/eobj.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- eobj.c 4 Sep 2005 07:27:18 -0000 1.45 +++ eobj.c 8 Sep 2005 20:28:44 -0000 1.46 @@ -152,6 +152,7 @@ eo->y = y; eo->w = w; eo->h = h; + eo->fade = 1; if (name) eo->name = Estrdup(name); #if USE_COMPOSITE =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/startup.c,v retrieving revision 1.57 retrieving revision 1.58 diff -u -3 -r1.57 -r1.58 --- startup.c 24 Jul 2005 12:22:19 -0000 1.57 +++ startup.c 8 Sep 2005 20:28:44 -0000 1.58 @@ -79,6 +79,7 @@ return; init_win1 = eo; w1 = eo->win; + eo->fade = 0; win1 = ECreateWindow(w1, x, y, VRoot.w, VRoot.h, 0); eo = EobjWindowCreate(EOBJ_TYPE_MISC, x, y, VRoot.w, VRoot.h, 1, "Init-2"); @@ -86,6 +87,7 @@ return; init_win2 = eo; w2 = eo->win; + eo->fade = 0; win2 = ECreateWindow(w2, -x, -y, VRoot.w, VRoot.h, 0); EMapWindow(win1); ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs