Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_outbuf.c 


Log Message:

warnigns cleanups + fb 32bpp transparency support for evas from celement

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/software_x11/evas_outbuf.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_outbuf.c       22 May 2005 02:49:49 -0000      1.6
+++ evas_outbuf.c       22 May 2005 03:02:15 -0000      1.7
@@ -259,7 +259,7 @@
                                                         w, h,
                                                         use_shm,
                                                         NULL);
-       im->image->data = evas_software_x11_x_output_buffer_data(obr->xob, 
&bpl);
+       im->image->data = (DATA32 *) 
evas_software_x11_x_output_buffer_data(obr->xob, &bpl);
        if (buf->priv.x.mask)
          obr->mxob = evas_software_x11_x_output_buffer_new(buf->priv.x.disp,
                                                            buf->priv.x.vis,




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to