| DirectFB Reference Manual | ||
| |||
Enumerate all existing display layers.
| EnumDisplayLayers ( | ||
| IDirectFB | *thiz | |
| DFBDisplayLayerCallback | callback | |
| void | *callbackdata | |
| ); | ||
Calls the given callback for all available display layers. The callback is passed the layer id that can be used to retrieve an interface on a specific layer using IDirectFB->GetDisplayLayer().
| (C) Copyright by convergence GmbH |
|