From 43c63e59a722a7dd2c7deab036fe840c483ccac3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 9 Feb 2011 10:50:06 -0500 Subject: [PATCH] wayland-egl: Define WL_EGL_PLATFORM in wayland-egl.h This indicates that we're using the wayland egl platform and will make eglplatform.h typedef the native types correctly. --- wayland/wayland-egl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland/wayland-egl.h b/wayland/wayland-egl.h index 46e2e43..d3de87c 100644 --- a/wayland/wayland-egl.h +++ b/wayland/wayland-egl.h @@ -30,6 +30,8 @@ extern "C" { #include +#define WL_EGL_PLATFORM 1 + struct wl_egl_display; struct wl_egl_window; struct wl_egl_pixmap; -- 2.7.4