On Fri, Aug 15, 2008 at 3:56 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Before and after evas_render that is. Again, like ecore_evas does for > subcanvases.. maybe even keep those calls internal to evas and just expose > a means to add user render-pre/post callbacks which are then called > internally by evas_render_pre/post funcs before/after evas_render. > But smart class funcs for render_pre/post, called in the internal obj's > render_pre/post funcs, are *very* useful for creating custom renderable > objs, > even if it just means drawing to some image objs associated with the smart.
writing to another image is great example, but fortunately covered by this implementation, as you can do it before without any problems. Actually, it must be done before entering current render loop, otherwise when you mark the image as dirty it will be late and it will not be in the correct update lists. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [EMAIL PROTECTED] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
