Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/test


Modified Files:
        selections.c 


Log Message:
Fix headers.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/selections.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- selections.c        18 May 2004 04:26:32 -0000      1.17
+++ selections.c        5 Sep 2005 11:22:00 -0000       1.18
@@ -4,6 +4,9 @@
 #include <Ecore_Evas.h>
 #include <Etox.h>
 
+#include <stdlib.h>
+#include <stdio.h>
+
 #define IM PACKAGE_DATA_DIR"/images/"
 
 void _test_sel1(Evas_Object *etox);
@@ -177,7 +180,7 @@
       Etox_Rect *geom = rects + i;
       Evas_Object *r;
 
-      printf("***(%f, %f) %f x %f\n", geom->x, geom->y, geom->w, geom->h);
+      printf("***(%d, %d) %d x %d\n", geom->x, geom->y, geom->w, geom->h);
       r = evas_object_rectangle_add(evas);
       evas_object_move(r, geom->x, geom->y);
       evas_object_resize(r, geom->w, geom->h);




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to