just in case this gets through...

SVN revision: 9388
This commit is contained in:
Carsten Haitzler 2004-03-18 09:22:36 +00:00
parent 84d4cac05e
commit 667379ef53
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ evas_common_line_draw(RGBA_Image *dst, RGBA_Draw_Context *dc, int x1, int y1, in
im_w = dst->image->w;
im_h = dst->image->h;
col = dc->col.col;
if (!A_VAL(&(col))) return;
ext_x = 0; ext_y = 0; ext_w = im_w; ext_h = im_h;
if (dc->clip.use)