Fixed incomplete function renaming.

This commit is contained in:
Camilla Berglund
2013-02-04 08:26:17 +01:00
parent 954d6383ee
commit 107e20233d
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -213,8 +213,8 @@ void _glfwInitJoysticks(void);
void _glfwTerminateJoysticks(void);
// OpenGL support
int _glfwInitOpenGL(void);
void _glfwTerminateOpenGL(void);
int _glfwInitContextAPI(void);
void _glfwTerminateContextAPI(void);
int _glfwCreateContext(_GLFWwindow* window,
const _GLFWwndconfig* wndconfig,
const _GLFWfbconfig* fbconfig);