Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_image_main.c 


Log Message:
fix Bug#: 111

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


===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_main.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- evas_image_main.c   16 Jul 2007 07:25:33 -0000      1.51
+++ evas_image_main.c   17 Jul 2007 10:08:16 -0000      1.52
@@ -118,6 +118,7 @@
 _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();
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to