Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/software_x11 Modified Files: evas_outbuf.c Log Message: formatting =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_x11/evas_outbuf.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- evas_outbuf.c 2 Oct 2007 03:40:14 -0000 1.13 +++ evas_outbuf.c 2 Oct 2007 03:41:19 -0000 1.14 @@ -10,7 +10,7 @@ } void -evas_software_x11_outbuf_free(Outbuf * buf) +evas_software_x11_outbuf_free(Outbuf *buf) { evas_software_x11_outbuf_idle_flush(buf); evas_software_x11_outbuf_flush(buf); @@ -32,7 +32,7 @@ Outbuf * evas_software_x11_outbuf_setup_x(int w, int h, int rot, Outbuf_Depth depth, - Display * disp, Drawable draw, Visual * vis, + Display *disp, Drawable draw, Visual *vis, Colormap cmap, int x_depth, int grayscale, int max_colors, Pixmap mask, int shape_dither, int destination_alpha) @@ -279,7 +279,8 @@ if (buf->priv.x.mask) obr->mxob = evas_software_x11_x_output_buffer_new(buf->priv.x.disp, buf->priv.x.vis, - 1, buf->w, buf->h, + 1, + buf->w, buf->h, use_shm, NULL); } @@ -407,7 +408,7 @@ } void -evas_software_x11_outbuf_free_region_for_update(Outbuf * buf, RGBA_Image * update) +evas_software_x11_outbuf_free_region_for_update(Outbuf *buf, RGBA_Image *update) { /* no need to do anything - they are cleaned up on flush */ } @@ -517,7 +518,7 @@ } void -evas_software_x11_outbuf_push_updated_region(Outbuf * buf, RGBA_Image * update, int x, int y, int w, int h) +evas_software_x11_outbuf_push_updated_region(Outbuf *buf, RGBA_Image *update, int x, int y, int w, int h) { Gfx_Func_Convert conv_func = NULL; Outbuf_Region *obr; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs