Moved internal API functions to correct section.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent cdcdf5763a
commit 0a7a57b74f
  1. 6
      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 // Make the OpenGL context associated with the specified window current
//======================================================================== //========================================================================

Loading…
Cancel
Save