浏览代码

Moved internal API functions to correct section.

Camilla Berglund 12 年之前
父节点
当前提交
0a7a57b74f
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/nsgl_context.m

+ 5 - 1
src/nsgl_context.m

@@ -39,7 +39,7 @@ static pthread_key_t _glfwCurrentTLS;
 
 
 //////////////////////////////////////////////////////////////////////////
-//////                       GLFW platform API                      //////
+//////                       GLFW internal API                      //////
 //////////////////////////////////////////////////////////////////////////
 
 //========================================================================
@@ -69,6 +69,10 @@ void _glfwTerminateOpenGL(void)
 }
 
 
+//////////////////////////////////////////////////////////////////////////
+//////                       GLFW platform API                      //////
+//////////////////////////////////////////////////////////////////////////
+
 //========================================================================
 // Make the OpenGL context associated with the specified window current
 //========================================================================