mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Renamed context API init/terminate functions.
This commit is contained in:
+2
-2
@@ -632,7 +632,7 @@ int _glfwPlatformInit(void)
|
||||
|
||||
_glfwInitGammaRamp();
|
||||
|
||||
if (!_glfwInitOpenGL())
|
||||
if (!_glfwInitContextAPI())
|
||||
return GL_FALSE;
|
||||
|
||||
_glfw.x11.cursor = createNULLCursor();
|
||||
@@ -662,7 +662,7 @@ void _glfwPlatformTerminate(void)
|
||||
|
||||
_glfwTerminateJoysticks();
|
||||
|
||||
_glfwTerminateOpenGL();
|
||||
_glfwTerminateContextAPI();
|
||||
|
||||
terminateDisplay();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user