Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        ecore_private.h 


Log Message:
Ecore_Fd_Handler: added a 'prepare' callback, that is called just before the 
main loop does its select() run for the FD handlers
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_private.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ecore_private.h     2 Mar 2005 07:06:33 -0000       1.12
+++ ecore_private.h     28 Mar 2005 08:55:59 -0000      1.13
@@ -137,6 +137,8 @@
    void                    *data;
    int                    (*buf_func) (void *data, Ecore_Fd_Handler 
*fd_handler);
    void                    *buf_data;
+   void                   (*prep_func) (void *data, Ecore_Fd_Handler 
*fd_handler);
+   void                    *prep_data;
 };
 
 struct _Ecore_Event_Handler




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to