Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: Tag: branch-exp E.h eobj.c Log Message: Fix. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v retrieving revision 1.314.2.68 retrieving revision 1.314.2.69 diff -u -3 -r1.314.2.68 -r1.314.2.69 --- E.h 9 Dec 2004 21:40:40 -0000 1.314.2.68 +++ E.h 9 Dec 2004 22:07:23 -0000 1.314.2.69 @@ -586,7 +586,11 @@ #define EoSetFloating(eo, _x) (eo)->o.floating = (_x) #define EoSetDesk(eo, _d) EobjSetDesk(&((eo)->o), (_d)) #define EoSetLayer(eo, _l) EobjSetLayer(&((eo)->o), (_l)) +#if USE_COMPOSITE #define EoSetOpacity(eo, _o) (eo)->o.opacity = (_o) +#else +#define EoSetOpacity(eo, _o) +#endif typedef struct _constraints { =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/Attic/eobj.c,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -3 -r1.1.2.3 -r1.1.2.4 --- eobj.c 9 Dec 2004 21:40:42 -0000 1.1.2.3 +++ eobj.c 9 Dec 2004 22:07:34 -0000 1.1.2.4 @@ -132,7 +132,9 @@ eo->x = attr.y; eo->w = attr.width; eo->h = attr.height; +#if USE_COMPOSITE eo->opacity = 0xFFFFFFFF; +#endif return eo; } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs