mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Renamed extension version struct members.
This commit is contained in:
+1
-3
@@ -190,9 +190,7 @@ int _glfwInitContextAPI(void)
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
||||
if (!eglInitialize(_glfw.egl.display,
|
||||
&_glfw.egl.versionMajor,
|
||||
&_glfw.egl.versionMinor))
|
||||
if (!eglInitialize(_glfw.egl.display, &_glfw.egl.major, &_glfw.egl.minor))
|
||||
{
|
||||
_glfwInputError(GLFW_API_UNAVAILABLE,
|
||||
"EGL: Failed to initialize EGL: %s",
|
||||
|
||||
Reference in New Issue
Block a user