EGL 1.4 doesn't have EGLAttrib either

This commit is contained in:
Cameron Gutman
2020-05-16 12:20:52 -07:00
parent ed128c558f
commit c58d21375c

View File

@@ -16,6 +16,7 @@
#include <SDL_syswm.h>
#ifndef EGL_VERSION_1_5
typedef intptr_t EGLAttrib;
typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYPROC) (EGLenum platform, void *native_display, const EGLAttrib *attrib_list);
#endif