Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/test


Modified Files:
        etox_test.c 


Log Message:
Convert etox to use the Evas_Coord typedef.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/etox_test.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- etox_test.c 12 Sep 2003 22:02:31 -0000      1.32
+++ etox_test.c 18 Oct 2003 16:43:37 -0000      1.33
@@ -33,7 +33,7 @@
 
 void window_resize(Ecore_Evas *ee)
 {
-       double pw;
+       Evas_Coord pw;
        int ex, ey, ew, eh;
 
        evas_output_size_get(evas, &win_w, &win_h);
@@ -258,9 +258,9 @@
 
 void setup(void)
 {
-       double pw;
+       Evas_Coord pw;
        int ex, ey, ew, eh;
-       double width, height;
+       Evas_Coord width, height;
        char msg[] =
            "The Etox Test utility consists in a series "
            "of test suites designed to exercise all of "




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to