Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/fb Modified Files: evas_engine.c Log Message: ooh issues! thanks jose! =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/fb/evas_engine.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- evas_engine.c 20 Mar 2005 15:57:55 -0000 1.11 +++ evas_engine.c 28 Mar 2005 03:58:04 -0000 1.12 @@ -433,10 +433,10 @@ Render_Engine *re; re = (Render_Engine *)data; - *r = (int)(R_VAL(((RGBA_Draw_Context *)context)->col.col)); - *g = (int)(G_VAL(((RGBA_Draw_Context *)context)->col.col)); - *b = (int)(B_VAL(((RGBA_Draw_Context *)context)->col.col)); - *a = (int)(A_VAL(((RGBA_Draw_Context *)context)->col.col)); + *r = (int)(R_VAL(&((RGBA_Draw_Context *)context)->col.col)); + *g = (int)(G_VAL(&((RGBA_Draw_Context *)context)->col.col)); + *b = (int)(B_VAL(&((RGBA_Draw_Context *)context)->col.col)); + *a = (int)(A_VAL(&((RGBA_Draw_Context *)context)->col.col)); return 1; } @@ -464,10 +464,10 @@ Render_Engine *re; re = (Render_Engine *)data; - *r = (int)(R_VAL(((RGBA_Draw_Context *)context)->mul.col)); - *g = (int)(G_VAL(((RGBA_Draw_Context *)context)->mul.col)); - *b = (int)(B_VAL(((RGBA_Draw_Context *)context)->mul.col)); - *a = (int)(A_VAL(((RGBA_Draw_Context *)context)->mul.col)); + *r = (int)(R_VAL(&((RGBA_Draw_Context *)context)->mul.col)); + *g = (int)(G_VAL(&((RGBA_Draw_Context *)context)->mul.col)); + *b = (int)(B_VAL(&((RGBA_Draw_Context *)context)->mul.col)); + *a = (int)(A_VAL(&((RGBA_Draw_Context *)context)->mul.col)); return ((RGBA_Draw_Context *)context)->mul.use; } ------------------------------------------------------- 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs