Enlightenment CVS committal

Author  : raster
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/trans


Modified Files:
        esmart_trans.c 


Log Message:


use correct datatypes... no i havent fixed everything - i only fixed SOME
things! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/trans/esmart_trans.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- esmart_trans.c      24 Apr 2004 06:35:00 -0000      1.17
+++ esmart_trans.c      27 Apr 2004 08:32:30 -0000      1.18
@@ -31,8 +31,8 @@
 static void _esmart_trans_x11_lower(Evas_Object *o);
 static void _esmart_trans_x11_stack_above(Evas_Object *o, Evas_Object *above);
 static void _esmart_trans_x11_stack_below(Evas_Object *o, Evas_Object *below);
-static void _esmart_trans_x11_move(Evas_Object *o, double x, double y);
-static void _esmart_trans_x11_resize(Evas_Object *o, double w, double h);
+static void _esmart_trans_x11_move(Evas_Object *o, Evas_Coord x, Evas_Coord y);
+static void _esmart_trans_x11_resize(Evas_Object *o, Evas_Coord w, Evas_Coord h);
 static void _esmart_trans_x11_show(Evas_Object *o);
 static void _esmart_trans_x11_hide(Evas_Object *o);
 static void _esmart_trans_x11_color_set(Evas_Object *o, int r, int g, int b, int a);
@@ -514,7 +514,7 @@
 }
 
 static void
-_esmart_trans_x11_move(Evas_Object *o, double x, double y)
+_esmart_trans_x11_move(Evas_Object *o, Evas_Coord x, Evas_Coord y)
 {
   Esmart_Trans_X11 *data;
   
@@ -528,7 +528,7 @@
 }
 
 static void
-_esmart_trans_x11_resize(Evas_Object *o, double w, double h)
+_esmart_trans_x11_resize(Evas_Object *o, Evas_Coord w, Evas_Coord h)
 {
   Esmart_Trans_X11 *data;
   




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