Examples: updated according to ilmClient split
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Fri, 8 Mar 2013 13:29:01 +0000 (05:29 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 14 Mar 2013 12:03:39 +0000 (05:03 -0700)
commitf8827e1ad959a2e2a0452b3fff592326996f5cb7
tree5b372d0d963c052ee2155829154e367e18ebdf1a
parente6bcd496466a57cac98d1a2c2d71784dbf3c8870
Examples: updated according to ilmClient split

since out client applications should run stand-alone (without
a controlling instance like a HMI), all client use the ilm_control
API to be abled to add themselves to the scene.

Typical automotive cleint applications should NOT use ilm_control
and rely on ilm_client API only.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
17 files changed:
CMakeLists.txt
LayerManagerExamples/EGLWLApplicationExample/CMakeLists.txt
LayerManagerExamples/EGLWLApplicationExample/src/egl_helper.cpp
LayerManagerExamples/EGLWLInputEventExample/CMakeLists.txt
LayerManagerExamples/EGLWLInputEventExample/src/WLSurface.cpp
LayerManagerExamples/EGLWLMockNavigation/CMakeLists.txt
LayerManagerExamples/EGLWLMockNavigation/src/OpenGLES2App.cpp
LayerManagerExamples/EGLX11ApplicationExample/CMakeLists.txt
LayerManagerExamples/EGLX11ApplicationExample/src/egl_helper.cpp
LayerManagerExamples/EGLX11MockNavigation/CMakeLists.txt
LayerManagerExamples/EGLX11MockNavigation/src/OpenGLES2App.cpp
LayerManagerExamples/GLXApplicationExample/CMakeLists.txt
LayerManagerExamples/GLXApplicationExample/src/glx_helper.cpp
LayerManagerExamples/GLXApplicationExample/src/xevents.cpp
LayerManagerExamples/LayerManagerClientExample/CMakeLists.txt
LayerManagerExamples/LayerManagerClientExample/src/LayermanagerClientTest.c
LayerManagerExamples/WLChromakeyExample/CMakeLists.txt