On Thu, Jul 22, 2004 at 06:48:52PM +0900, Sasayama wrote: > I found no interface to specify a window for the DirectFBGL rendering. > There is no direct way to render primitives in a specific window in > DirectFBGL?
window->GetSurface( window, &surface ); surface->GetGL( surface, &gl ); gl->Lock( gl ); ... gl->Unlock( gl ); surface->Flip( surface, ... ); -- Ville Syrj�l� [EMAIL PROTECTED] http://www.sci.fi/~syrjala/
