Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/buffer


Modified Files:
        evas_outbuf.c 


Log Message:


cedric's sdl patch.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/buffer/evas_outbuf.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evas_outbuf.c       30 Sep 2006 10:18:33 -0000      1.10
+++ evas_outbuf.c       16 Jul 2007 07:25:34 -0000      1.11
@@ -12,7 +12,7 @@
 {
    if (buf->priv.back_buf)
      {
-       evas_common_image_free(buf->priv.back_buf);
+       evas_common_image_delete(buf->priv.back_buf);
      }
    free(buf);
 }
@@ -119,7 +119,7 @@
 void
 evas_buffer_outbuf_buf_free_region_for_update(Outbuf *buf, RGBA_Image *update)
 {
-   if (update != buf->priv.back_buf) evas_common_image_free(update);
+   if (update != buf->priv.back_buf) evas_common_image_delete(update);
 }
 
 void
@@ -263,7 +263,7 @@
          {
             DATA32 *dest, *src, *dst;
             int yy, row_bytes;
-            
+
             row_bytes = buf->dest_row_bytes;
             dest = (DATA8 *)(buf->dest) + (y * row_bytes) + (x * 4);
             if (buf->func.new_update_region)



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