Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_text.c 


Log Message:
Use Evas_Coord for retrieving info from evas.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_text.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- ewl_text.c  26 Feb 2004 05:38:40 -0000      1.59
+++ ewl_text.c  7 May 2004 18:50:59 -0000       1.60
@@ -104,7 +104,7 @@
         * Update the estyle if it's been realized at this point.
         */
        if (t->estyle) {
-               double x, y, width, height;
+               Evas_Coord x, y, width, height;
 
                estyle_set_text(t->estyle, t->text);
                t->length = estyle_length(t->estyle);




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to