Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto/enesim

Dir     : e17/proto/enesim/src/lib/raster/rasterizer


Modified Files:
        cpsc.c 


Log Message:
+ Match new Edata_Array API
+ Remove scanline library dependency

===================================================================
RCS file: /cvs/e/e17/proto/enesim/src/lib/raster/rasterizer/cpsc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- cpsc.c      10 Dec 2007 23:04:04 -0000      1.5
+++ cpsc.c      16 Dec 2007 23:49:15 -0000      1.6
@@ -122,7 +122,7 @@
 {
        int n = r->num_vertices;
 
-       edata_array_element_new(r->a);
+       edata_array_element_add(r->a);
        r->vertices[n].x = x;
        r->vertices[n].y = y;
        r->vertices[n].i = n;



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to