From 233584df2d359d31b1d1263b19ad1899a2af63b0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 6 Aug 2018 09:32:10 -0600 Subject: [PATCH] gl.h: define GLeglImageOES depending on GL_EXT_EGL_image_storage To avoid duplicate typedef with the definition in glext.h Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107488 --- include/GL/gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/gl.h b/include/GL/gl.h index f5bac36..0f7ae70 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -2086,7 +2086,7 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen /* GL_OES_EGL_image */ -#ifndef GL_OES_EGL_image +#ifndef GL_EXT_EGL_image_storage typedef void* GLeglImageOES; #endif -- 2.7.4