EGLEW: Wayland wl_display and wl_resource declarations for WL_bind_wayland_display

This commit is contained in:
Nigel Stewart 2021-01-10 11:50:29 +10:00
parent 5b5685e39a
commit d68cb03149

View File

@ -78,6 +78,10 @@ typedef khronos_stime_nanoseconds_t EGLnsecsANDROID;
struct EGLClientPixmapHI; struct EGLClientPixmapHI;
struct AHardwareBuffer; struct AHardwareBuffer;
/* Wayland types for WL_bind_wayland_display purposes */
struct wl_display;
struct wl_resource;
#define EGL_DONT_CARE ((EGLint)-1) #define EGL_DONT_CARE ((EGLint)-1)
#define EGL_NO_CONTEXT ((EGLContext)0) #define EGL_NO_CONTEXT ((EGLContext)0)