From 84de17202d1eb86b2f7434c5c9674db9f3c72a16 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Fri, 20 Jun 2025 19:29:03 +1000 Subject: [PATCH] Migrate eglew.h to incorporate EGL_CAST tokens --- auto/src/eglew_head.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/auto/src/eglew_head.h b/auto/src/eglew_head.h index 121efaf..1a628c3 100644 --- a/auto/src/eglew_head.h +++ b/auto/src/eglew_head.h @@ -83,16 +83,4 @@ struct wl_buffer; struct wl_display; struct wl_resource; -#define EGL_DONT_CARE ((EGLint)-1) - -#define EGL_NO_CONTEXT ((EGLContext)0) -#define EGL_NO_DISPLAY ((EGLDisplay)0) -#define EGL_NO_IMAGE ((EGLImage)0) -#define EGL_NO_SURFACE ((EGLSurface)0) -#define EGL_NO_SYNC ((EGLSync)0) - -#define EGL_UNKNOWN ((EGLint)-1) - -#define EGL_DEFAULT_DISPLAY ((EGLNativeDisplayType)0) - EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname);