Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/software_xcb


Modified Files:
        evas_engine.c 


Log Message:


ooh issues! thanks jose!

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/software_xcb/evas_engine.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_engine.c       20 Mar 2005 23:41:06 -0000      1.1
+++ evas_engine.c       28 Mar 2005 03:58:04 -0000      1.2
@@ -516,10 +516,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;
 }
 
@@ -547,10 +547,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

Reply via email to