Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/bin


Modified Files:
        esmart_test.c 


Log Message:
use Evas_Coord in the esmart test, and use latest epsilon api
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/bin/esmart_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- esmart_test.c       17 Jul 2004 21:10:09 -0000      1.2
+++ esmart_test.c       17 Oct 2004 17:54:22 -0000      1.3
@@ -92,7 +92,7 @@
 {
   Evas_Event_Mouse_Down *event = event_info;
   Evas_Object *cont = data;
-  double x, w;
+  Evas_Coord x, w;
 
   evas_object_geometry_get (obj, &x, NULL, &w, NULL);
   if (event->canvas.x < x + w / 2)




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to