Vincent Torri wrote: > * add a file, named ecore_epoll.c instead of having lots of #ifdef
I added 2 ifdefs vs. 11 for _WIN32. I could get it down to one if you would insist. Adding a separate file would mean no inlining. > * don't add an _init() in ecore_main.c, but in the above file epoll_fd should be created just once. In which function and file should I add it? > * if a function adds something (**_add()), the function that frees the > resources has the suffix _del() OK, if that's the rule, it's easy enough to fix. thanks, Mike ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
