From d62a6eed560346ca5c94c458c11e17a1a1b9115a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 17 Sep 2000 21:59:47 +0000 Subject: [PATCH] blah - test that out :) x11 evas does NOT do well in evas test... but then again - evas test is heavily using all the funky features that the x11 backend is attempting to simulate via X and is suffering badly. i'm sure it will perform a LOT better with conservative use than the brutality evas_test puts it through SVN revision: 3515 --- legacy/evas/test/evas_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/evas/test/evas_test.c b/legacy/evas/test/evas_test.c index c4533e1dff..7f14c74f24 100644 --- a/legacy/evas/test/evas_test.c +++ b/legacy/evas/test/evas_test.c @@ -324,10 +324,8 @@ main(int argc, char **argv) hh = ww; evas_resize(e, o[i], ww, hh); evas_set_image_fill(e, o[i], 0, 0, ww, hh); -/* evas_set_color(e, o[i], 255, 255, 255, (((1.0 + cos((double)(a + j) * 2 * 3 * 3.141592654 / 1000)) / 2) * 255)); -*/ } } evas_set_angle(e, o_grad, (double)a * 360 / 1000);