Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container/layout/entice


Modified Files:
        entice.c 


Log Message:
i wonder if anyone will notice :P
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/esmart/src/container/layout/entice/entice.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- entice.c    24 Jan 2004 20:23:13 -0000      1.6
+++ entice.c    22 Apr 2004 16:32:04 -0000      1.7
@@ -1,7 +1,7 @@
 #include <Evas.h>
 #include <Ecore.h>
 #include <math.h>
-#include "../../container.h"
+#include "../../Esmart_Container.h"
 
 static int _entice_current = 0;
 static int _entice_scroll_timer (void *data);
@@ -217,9 +217,9 @@
 _entice_scroll_start (Container * cont, double velocity)
 {
   Scroll_Data *data;
-  double length, size;
+  double length;
 
-  length = e_container_elements_length_get (cont->obj);
+  length = esmart_container_elements_length_get (cont->obj);
   data = calloc (1, sizeof (Scroll_Data));
   data->velocity = velocity;
   data->start_time = ecore_time_get ();




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to