Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/bin
Modified Files:
ecore_evas_test_app.c ecore_evas_test_bg.c ecore_test.c
Log Message:
use evas_coord too
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_evas_test_app.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore_evas_test_app.c 23 Sep 2003 08:09:28 -0000 1.2
+++ ecore_evas_test_app.c 27 Apr 2004 10:34:47 -0000 1.3
@@ -69,7 +69,7 @@
static void
app_resize(Ecore_Evas *ee)
{
- double w, h;
+ Evas_Coord w, h;
evas_output_viewport_get(evas, NULL, NULL, &w, &h);
bg_resize(w, h);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_evas_test_bg.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore_evas_test_bg.c 23 Sep 2003 08:09:28 -0000 1.2
+++ ecore_evas_test_bg.c 27 Apr 2004 10:34:47 -0000 1.3
@@ -177,8 +177,9 @@
bg_animate_obj_timer(void *data)
{
Evas_Object *o;
- double x, y, sx, sy, v;
- double w, h;
+ Evas_Coord x, y, sx, sy;
+ Evas_Coord w, h;
+ double v;
int ow, oh;
double t;
int l, m, n;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_test.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ecore_test.c 16 Apr 2004 01:46:54 -0000 1.15
+++ ecore_test.c 27 Apr 2004 10:34:47 -0000 1.16
@@ -594,9 +594,9 @@
obj_timer(void *data)
{
Evas_Object *o;
- double x, y;
- double w, h;
- double ow, oh;
+ Evas_Coord x, y;
+ Evas_Coord w, h;
+ Evas_Coord ow, oh;
double t;
int m, n;
int i;
-------------------------------------------------------
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