Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/xrender_xcb Modified Files: evas_engine.c Log Message: add mroe ifdle flush =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/xrender_xcb/evas_engine.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- evas_engine.c 17 Dec 2006 15:48:52 -0000 1.13 +++ evas_engine.c 17 Jun 2007 03:02:22 -0000 1.14 @@ -327,6 +327,14 @@ } static void +eng_output_idle_flush(void *data) +{ + Render_Engine *re; + + re = (Render_Engine *)data; +} + +static void eng_rectangle_draw(void *data, void *context, void *surface, int x, int y, int w, int h) { _xr_render_surface_rectangle_draw((Xcb_Render_Surface *)surface, @@ -807,6 +815,7 @@ ORD(output_redraws_next_update_get); ORD(output_redraws_next_update_push); ORD(output_flush); + ORD(output_idle_flush); ORD(rectangle_draw); ORD(line_draw); ORD(polygon_draw); ------------------------------------------------------------------------- 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