Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/cairo_x11 Modified Files: evas_engine.c Log Message: ooh issues! thanks jose! =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/cairo_x11/evas_engine.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evas_engine.c 20 Mar 2005 15:57:55 -0000 1.3 +++ evas_engine.c 28 Mar 2005 03:58:03 -0000 1.4 @@ -466,10 +466,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; } @@ -497,10 +497,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