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

@ -387,7 +387,7 @@ void __evas_x11_rectangle_draw(Display *disp, Imlib_Image dstim, Wi
DATA32 pixel;
Imlib_Image im = NULL;
Pixmap pmap = 0, mask = 0, s_mask = 0;
imlib_context_set_color(r, g, b, a);
imlib_context_set_display(disp);
imlib_context_set_visual(__evas_visual);

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