On Thu, May 25, 2006 at 09:01:13PM +0800, Lu yunfeng wrote: > Dear all, > > Can anyone explain how to use the following API functions of DirectFB: > > dfb_surfacemanager_enumerate_chunks( dfb_gfxcard_surface_manager(), > chunk_callback, NULL ); > > > this function appears in dfbsumon.c file of DirectFB tools. the formal > DirectFB API documentation does not say anything about it.
That's because it's not a part of the public API. dfbsummon is a diagnostic tool so it abuses this internal function. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
