Moved NSGL context creation to proper module.

This commit is contained in:
Camilla Berglund
2012-12-30 00:58:18 +01:00
parent 0a7a57b74f
commit a8403c10d3
3 changed files with 180 additions and 166 deletions
+4
View File
@@ -109,5 +109,9 @@ void _glfwRestoreVideoMode(void);
// OpenGL support
int _glfwInitOpenGL(void);
void _glfwTerminateOpenGL(void);
int _glfwCreateContext(_GLFWwindow* window,
const _GLFWwndconfig* wndconfig,
const _GLFWfbconfig* fbconfig);
void _glfwDestroyContext(_GLFWwindow* window);
#endif // _cocoa_platform_h_