Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_private.h 


Log Message:


add an engine idle flush

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -3 -r1.83 -r1.84
--- evas_private.h      6 May 2007 11:29:37 -0000       1.83
+++ evas_private.h      17 Jun 2007 02:56:57 -0000      1.84
@@ -530,6 +530,7 @@
    void *(*output_redraws_next_update_get) (void *data, int *x, int *y, int 
*w, int *h, int *cx, int *cy, int *cw, int *ch);
    void (*output_redraws_next_update_push) (void *data, void *surface, int x, 
int y, int w, int h);
    void (*output_flush)                    (void *data);
+   void (*output_idle_flush)               (void *data);
 
    void *(*context_new)                    (void *data);
    void (*context_free)                    (void *data, void *context);



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