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
@@ -101,7 +101,7 @@ int _glfwPlatformInit(void)
|
||||
|
||||
_glfwInitJoysticks();
|
||||
|
||||
if (!_glfwInitOpenGL())
|
||||
if (!_glfwInitContextAPI())
|
||||
return GL_FALSE;
|
||||
|
||||
_glfw.ns.eventSource = CGEventSourceCreate(kCGEventSourceStateHIDSystemState);
|
||||
@@ -141,7 +141,7 @@ void _glfwPlatformTerminate(void)
|
||||
|
||||
_glfwTerminateJoysticks();
|
||||
|
||||
_glfwTerminateOpenGL();
|
||||
_glfwTerminateContextAPI();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user