Bugfix and SceneProviderExample added
authorMichael Schuldt <michael.schuldt@bmw-carit.de>
Mon, 29 Aug 2011 08:53:22 +0000 (10:53 +0200)
committerMichael Schuldt <michael.schuldt@bmw-carit.de>
Mon, 29 Aug 2011 09:05:32 +0000 (11:05 +0200)
commitb1140c4f886035e6529bab16a13b119905ffa896
treefcf030128342851e668bcfc4f3c3d17ce838c494
parent56edcdf44a73c9860995b2b8666bcf01bb77a89d
Bugfix and SceneProviderExample added

Bugfix : fixes an issue during startup, if no compositing controller
are found.

SceneProvider Example Implementation added. Execution of
LayerManagerClientExample is no longer needed to start
EGLX11ApplicationExample or GLX11ApplicationExample.

Additional Build Option WITH_CLIENTEXAMPLE introduced to disable the build
of client examples.
CMakeLists.txt
LayerManagerExamples/LayerSceneDescriptionExample/CMakeLists.txt [new file with mode: 0644]
LayerManagerExamples/LayerSceneDescriptionExample/include/LayerSceneProvider.h [new file with mode: 0644]
LayerManagerExamples/LayerSceneDescriptionExample/src/LayerSceneProvider.cpp [new file with mode: 0644]
LayerManagerService/src/Layermanager.cpp