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.
This commit is contained in:
Kristian Høgsberg 2011-02-09 10:50:06 -05:00
parent 2dfe626f4e
commit 43c63e59a7
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ extern "C" {
#include <wayland-client.h>
#define WL_EGL_PLATFORM 1
struct wl_egl_display;
struct wl_egl_window;
struct wl_egl_pixmap;