Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

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


Modified Files:
        default.c 


Log Message:
i wonder if anyone will notice :P
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/esmart/src/container/layout/default/default.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- default.c   24 Jan 2004 20:21:23 -0000      1.5
+++ default.c   22 Apr 2004 16:32:03 -0000      1.6
@@ -1,7 +1,7 @@
 #include <Evas.h>
 #include <Ecore.h>
 #include <math.h>
-#include "../../container.h"
+#include "../../Esmart_Container.h"
 
 int _container_scroll_timer(void *data);
 
@@ -39,7 +39,7 @@
   if (cont->direction) iy += cont->scroll_offset;
   else ix += cont->scroll_offset;
 
-  L = e_container_elements_orig_length_get(cont->obj);
+  L = esmart_container_elements_orig_length_get(cont->obj);
   num = evas_list_count(cont->elements);
   
   
@@ -223,7 +223,7 @@
   Scroll_Data *data;
   double length, size;
 
-  length = e_container_elements_length_get(cont->obj);
+  length = esmart_container_elements_length_get(cont->obj);
   size = cont->direction ? cont->h : cont->w;
 
   /* don't scroll unless the elements exceed the size of the container */




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