Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: eobj.c eobj.h Log Message: Fix build w/o composite. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/eobj.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -3 -r1.48 -r1.49 --- eobj.c 17 Sep 2005 14:22:05 -0000 1.48 +++ eobj.c 17 Sep 2005 19:33:10 -0000 1.49 @@ -141,10 +141,10 @@ eo->y = y; eo->w = w; eo->h = h; - eo->fade = 1; if (name) eo->name = Estrdup(name); #if USE_COMPOSITE + eo->fade = 1; ECompMgrWinNew(eo); #endif if (eo->win != VRoot.win) =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/eobj.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- eobj.h 17 Sep 2005 14:22:05 -0000 1.11 +++ eobj.h 17 Sep 2005 19:33:10 -0000 1.12 @@ -39,12 +39,12 @@ signed char stacked; char sticky; char floating; - char shown; - char gone; -#if USE_COMPOSITE + unsigned shown:1; + unsigned gone:1; unsigned noredir:1; /* Do not redirect */ unsigned shadow:1; /* Enable shadows */ unsigned fade:1; +#if USE_COMPOSITE unsigned int opacity; void *cmhook; #endif ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs