From: Kristian Høgsberg Date: Wed, 9 Feb 2011 15:50:06 +0000 (-0500) Subject: wayland-egl: Define WL_EGL_PLATFORM in wayland-egl.h X-Git-Tag: 0.85.0~590 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43c63e59a722a7dd2c7deab036fe840c483ccac3;p=platform%2Fupstream%2Fweston.git 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. --- 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;