egl: Add needed extern "C" for C++ access

Graphics / Mesa 3D Graphics Library / Mesa - Alexander von Gluck IV [unixzen.com] - 14 May 2015 13:08 UTC

- Haiku's egl driver is C++ due to the interface natively being C++

Reviewed-⁠by: Brian Paul

8362068 egl: Add needed extern "C" for C++ access
src/egl/main/eglapi.h | 10 ++++++++++
src/egl/main/eglarray.h | 8 ++++++++
src/egl/main/eglcompiler.h | 8 ++++++++
src/egl/main/eglconfig.h | 8 ++++++++
src/egl/main/eglcontext.h | 8 ++++++++
src/egl/main/eglcurrent.h | 8 ++++++++
src/egl/main/egldefines.h | 6 ++++++
src/egl/main/egldisplay.h | 9 +++++++++
src/egl/main/egldriver.h | 10 ++++++++++
src/egl/main/eglimage.h | 9 +++++++++
src/egl/main/egllog.h | 8 ++++++++
src/egl/main/eglsurface.h | 8 ++++++++
src/egl/main/egltypedefs.h | 10 ++++++++++
src/loader/loader.h | 9 +++++++++
14 files changed, 119 insertions(+)

Upstream: cgit.freedesktop.org


  • Share