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:
@@ -30,6 +30,8 @@ extern "C" {
|
|||||||
|
|
||||||
#include <wayland-client.h>
|
#include <wayland-client.h>
|
||||||
|
|
||||||
|
#define WL_EGL_PLATFORM 1
|
||||||
|
|
||||||
struct wl_egl_display;
|
struct wl_egl_display;
|
||||||
struct wl_egl_window;
|
struct wl_egl_window;
|
||||||
struct wl_egl_pixmap;
|
struct wl_egl_pixmap;
|
||||||
|
|||||||
Reference in New Issue
Block a user