mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Fixed incomplete function renaming.
This commit is contained in:
+2
-2
@@ -153,7 +153,7 @@ static void initWGLExtensions(_GLFWwindow* window)
|
||||
// Initialize WGL
|
||||
//========================================================================
|
||||
|
||||
int _glfwInitOpenGL(void)
|
||||
int _glfwInitContextAPI(void)
|
||||
{
|
||||
return GL_TRUE;
|
||||
}
|
||||
@@ -163,7 +163,7 @@ int _glfwInitOpenGL(void)
|
||||
// Terminate WGL
|
||||
//========================================================================
|
||||
|
||||
void _glfwTerminateOpenGL(void)
|
||||
void _glfwTerminateContextAPI(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user