Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
        ecore_evas_test_calibrate.c 


Log Message:


not evas_coord safe! fix.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_evas_test_calibrate.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore_evas_test_calibrate.c 23 Sep 2003 08:09:28 -0000      1.2
+++ ecore_evas_test_calibrate.c 27 Apr 2004 08:16:18 -0000      1.3
@@ -28,7 +28,7 @@
 void
 calibrate_pos_set(int pos)
 {
-   double w, h;
+   Evas_Coord w, h;
    int x, y, ow, oh;
    
    cal_pos = pos;




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to