SVN revision: 3518
This commit is contained in:
Carsten Haitzler 2000-09-17 22:39:20 +00:00
parent d62a6eed56
commit e7c086bd57
2 changed files with 3 additions and 1 deletions

View File

@ -324,8 +324,10 @@ 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);