fix Bug#: 111

http://bugzilla.enlightenment.org/show_bug.cgi?id=111


SVN revision: 30870
This commit is contained in:
codewarrior 2007-07-17 10:08:16 +00:00 committed by codewarrior
parent 0e3414a758
commit ec8ea7c7dd
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ static int
_evas_common_image_dirty(RGBA_Image* dst, const RGBA_Image* src)
{
evas_common_image_colorspace_normalize(dst);
evas_common_image_surface_alloc(dst->image);
evas_common_blit_rectangle(src, dst, 0, 0, src->image->w, src->image->h, 0, 0);
evas_common_cpu_end_opt();