From a1e2e3deabc43ae5e8c852639eb5cc420be43373 Mon Sep 17 00:00:00 2001 From: Gyusun Date: Mon, 11 Jan 2021 00:02:39 +0000 Subject: [PATCH] Generate Sources of master updated at Mon Jan 11 00:02:39 GMT 2021 --- include/GL/eglew.h | 5 +++++ 1 file changed, 5 insertions(+) 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)