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
This commit is contained in:
Carsten Haitzler 2000-09-17 21:59:47 +00:00
parent 7ac1ecc932
commit d62a6eed56
1 changed files with 0 additions and 2 deletions

View File

@ -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);