|
|
|
@ -213,8 +213,8 @@ void _glfwInitJoysticks(void); |
|
|
|
void _glfwTerminateJoysticks(void); |
|
|
|
void _glfwTerminateJoysticks(void); |
|
|
|
|
|
|
|
|
|
|
|
// OpenGL support
|
|
|
|
// OpenGL support
|
|
|
|
int _glfwInitOpenGL(void); |
|
|
|
int _glfwInitContextAPI(void); |
|
|
|
void _glfwTerminateOpenGL(void); |
|
|
|
void _glfwTerminateContextAPI(void); |
|
|
|
int _glfwCreateContext(_GLFWwindow* window, |
|
|
|
int _glfwCreateContext(_GLFWwindow* window, |
|
|
|
const _GLFWwndconfig* wndconfig, |
|
|
|
const _GLFWwndconfig* wndconfig, |
|
|
|
const _GLFWfbconfig* fbconfig); |
|
|
|
const _GLFWfbconfig* fbconfig); |
|
|
|
|