Evas: filter: Remove warning from evil type things.

SVN revision: 58780
This commit is contained in:
Brett Nash 2011-04-21 06:26:49 +00:00
parent 6152914dd5
commit 5c88b6c8f2
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ evas_gl_common_image_draw(Evas_Engine_GL_Context *gc, Evas_GL_Image *im, int sx,
if (sw < 1) sw = 1;
if (sh < 1) sh = 1;
dc = gc->dc;
imm = dc->mask.mask;
imm = (Evas_GL_Image *)dc->mask.mask;
if (dc->mul.use)
{
a = (dc->mul.col >> 24) & 0xff;