On Thu, Mar 02, 2006 at 01:03:34PM +0530, Vikas wrote: > Hello Everybody, > > I want to write some multiple layer based DirectFB programs. i have an > embedded device which can support multiple > layer's in which i need to show couple of images in each respective > layers. As far as my understanding program flow can be: > > 1. Get the Interface of each layer with(GetDisplayLayer) its layer > specific number like layer-0, layer-2, up to layer-5 can say. > 2. Create individual surface for all this layers to show image
CreateSurface() is meant for creating off-screen surfaces, or it can be used (with DSCAPS_PRIMARY) by very simple programs that really don't care about layers. > OR get > the surface which is associated with this layers. If you need to access multiple layers this is the way to go. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
