http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFBScreen.html
IDirectFBScreen
EnumDisplayLayers
Enumerate all existing display layers for this screen.
EnumDisplayLayers (
IDirectFBScreen.html
IDirectFBScreen
*
thiz,
types.html#DFBDisplayLayerCallback
DFBDisplayLayerCallback
callback,
void
*
callbackdata
);
Calls the given callback for each available display layer. The callback is passed the layer id that can be used to retrieve an interface to a specific layer using
IDirectFB_GetDisplayLayer.html
IDirectFB::GetDisplayLayer()
.
