Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/software_xcb Modified Files: evas_outbuf.c Log Message: fix a warning =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/software_xcb/evas_outbuf.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evas_outbuf.c 22 May 2005 02:49:49 -0000 1.3 +++ evas_outbuf.c 22 May 2005 06:18:14 -0000 1.4 @@ -301,7 +301,7 @@ h, use_shm, NULL); - im->image->data = evas_software_xcb_x_output_buffer_data(obr->xcbob, &bpl); + im->image->data = (DATA32 *)evas_software_xcb_x_output_buffer_data(obr->xcbob, &bpl); if (buf->priv.x.mask.pixmap.xid) obr->mxcbob = evas_software_xcb_x_output_buffer_new(buf->priv.x.conn, 1, ------------------------------------------------------- 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