http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFB.html
IDirectFB
EnumDisplayLayers
Enumerate all existing display layers.
EnumDisplayLayers (
IDirectFB.html
IDirectFB
*
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()
.
