Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto/enesim

Dir     : e17/proto/enesim/src/lib/vector


Modified Files:
        container.c 


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

===================================================================
RCS file: /cvs/e/e17/proto/enesim/src/lib/vector/container.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- container.c 10 Dec 2007 23:04:04 -0000      1.3
+++ container.c 16 Dec 2007 23:49:14 -0000      1.4
@@ -60,7 +60,7 @@
  */
 void enesim_container_vertex_add(Enesim_Container *p, float x, float y, char 
cmd)
 {
-       edata_array_element_new(p->a);
+       edata_array_element_add(p->a);
        p->point_curr->x = x;
        p->point_curr->y = y;
        *p->cmd_curr = cmd;



-------------------------------------------------------------------------
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