From d426c17550493da7b0ee285a3016891563ed688f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 24 Nov 2015 16:29:19 +0000 Subject: [PATCH] egl/wayland: do not wrap header inclusion in extern "C" Signed-off-by: Emil Velikov --- src/egl/wayland/wayland-egl/wayland-egl-priv.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/egl/wayland/wayland-egl/wayland-egl-priv.h b/src/egl/wayland/wayland-egl/wayland-egl-priv.h index 74a155202be..f1e3ba28309 100644 --- a/src/egl/wayland/wayland-egl/wayland-egl-priv.h +++ b/src/egl/wayland/wayland-egl/wayland-egl-priv.h @@ -1,10 +1,6 @@ #ifndef _WAYLAND_EGL_PRIV_H #define _WAYLAND_EGL_PRIV_H -#ifdef __cplusplus -extern "C" { -#endif - /* GCC visibility */ #if defined(__GNUC__) #define WL_EGL_EXPORT __attribute__ ((visibility("default"))) @@ -14,6 +10,10 @@ extern "C" { #include +#ifdef __cplusplus +extern "C" { +#endif + struct wl_egl_window { struct wl_surface *surface; -- 2.11.0