Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/estyle

Dir     : e17/libs/estyle/test


Modified Files:
        estyle_test_simple.c 


Log Message:
Update estyle to use the new Evas_Coord type.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/estyle/test/estyle_test_simple.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- estyle_test_simple.c        5 Aug 2003 16:42:44 -0000       1.12
+++ estyle_test_simple.c        18 Oct 2003 16:22:46 -0000      1.13
@@ -87,7 +87,7 @@
 static int ecore_mouse_down(void *data, int type, void * ev)
 {
        int index;
-       double x, y, w, h;
+       Evas_Coord x, y, w, h;
 
        Ecore_X_Event_Mouse_Button_Down *eemd =
            (Ecore_X_Event_Mouse_Button_Down *) ev;
@@ -201,7 +201,7 @@
 int main(int argc, char *argv[])
 {
        int i, w, h;
-       double curs_x, curs_y, curs_w, curs_h;
+       Evas_Coord curs_x, curs_y, curs_w, curs_h;
        Evas_Object *clip_rect;
        Evas_Object *img_test;
        Evas_Object *bg, *et_bg, *obst;




-------------------------------------------------------
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