diff --git a/include/GL/eglew.h b/include/GL/eglew.h index 1331acc..6d8cf65 100644 --- a/include/GL/eglew.h +++ b/include/GL/eglew.h @@ -157,6 +157,11 @@ typedef khronos_stime_nanoseconds_t EGLnsecsANDROID; struct EGLClientPixmapHI; struct AHardwareBuffer; +/* Wayland types for WL_bind_wayland_display purposes */ +struct wl_buffer; +struct wl_display; +struct wl_resource; + #define EGL_DONT_CARE ((EGLint)-1) #define EGL_NO_CONTEXT ((EGLContext)0)