LayerManagerExamples: Simple application Example for Wayland plugins
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Mon, 12 Mar 2012 07:34:32 +0000 (16:34 +0900)
committerMichael Schuldt <michael.schuldt@bmw.de>
Tue, 13 Mar 2012 08:30:21 +0000 (09:30 +0100)
commitb378b0a699faa02d0ed355fcc6cc90810155a08b
tree1cf385512b1403b767df4686a9a1b3a221bd11f4
parent118ead9d38e0fb3d7c8c63b626e01dc72f975ca9
LayerManagerExamples: Simple application Example for Wayland plugins
LayerManagerExamples/EGLWLApplicationExample/CMakeLists.txt [new file with mode: 0644]
LayerManagerExamples/EGLWLApplicationExample/include/WaylandServerinfoClientProtocol.h [new file with mode: 0644]
LayerManagerExamples/EGLWLApplicationExample/include/egl_helper.h [new file with mode: 0644]
LayerManagerExamples/EGLWLApplicationExample/include/gles2application.h [new file with mode: 0644]
LayerManagerExamples/EGLWLApplicationExample/src/WaylandServerinfoProtocol.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLApplicationExample/src/eglWL_application.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLApplicationExample/src/egl_helper.cpp [new file with mode: 0644]
LayerManagerExamples/EGLWLApplicationExample/src/gles2application.cpp [new file with mode: 0644]