Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/bin Modified Files: evas_test_main.c Log Message: Fix compiler warnings. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_test_main.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- evas_test_main.c 3 Dec 2005 09:27:51 -0000 1.25 +++ evas_test_main.c 6 Jan 2006 23:13:15 -0000 1.26 @@ -1692,7 +1692,7 @@ evas_object_geometry_get(title, NULL, NULL, &tw, &th); evas_object_move(title, (win_w - tw) / 2, win_h - th); { - Evas_Coord x, y; + Evas_Coord y; double v, d = (160 * sqrt(2)) / 2; v = (((t - 6.0) / 10.0) * EVAS_PI * 2) * 2; @@ -1740,7 +1740,7 @@ evas_object_geometry_get(title, NULL, NULL, &tw, &th); evas_object_move(title, (win_w - tw) / 2, win_h - th); { - Evas_Coord x, y; + Evas_Coord y; double v; v = (((t - 6.0) / 10.0) * EVAS_PI * 2) * 2; @@ -1774,7 +1774,7 @@ evas_object_geometry_get(title, NULL, NULL, &tw, &th); evas_object_move(title, (win_w - tw) / 2, win_h - th); { - Evas_Coord x, y; + Evas_Coord y; double v; v = (((t - 6.0) / 10.0) * EVAS_PI * 2) * 2; @@ -1809,7 +1809,7 @@ evas_object_geometry_get(title, NULL, NULL, &tw, &th); evas_object_move(title, (win_w - tw) / 2, win_h - th); { - Evas_Coord x, y; + Evas_Coord y; double v; evas_object_gradient_angle_set(t1, t * 60); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs