|
|
|
@ -171,11 +171,11 @@ typedef struct _GLFWlibraryGLX |
|
|
|
|
} _GLFWlibraryGLX; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int _glfwInitGLX(void); |
|
|
|
|
GLFWbool _glfwInitGLX(void); |
|
|
|
|
void _glfwTerminateGLX(void); |
|
|
|
|
int _glfwCreateContextGLX(_GLFWwindow* window, |
|
|
|
|
const _GLFWctxconfig* ctxconfig, |
|
|
|
|
const _GLFWfbconfig* fbconfig); |
|
|
|
|
GLFWbool _glfwCreateContextGLX(_GLFWwindow* window, |
|
|
|
|
const _GLFWctxconfig* ctxconfig, |
|
|
|
|
const _GLFWfbconfig* fbconfig); |
|
|
|
|
void _glfwDestroyContextGLX(_GLFWwindow* window); |
|
|
|
|
GLFWbool _glfwChooseVisualGLX(const _GLFWctxconfig* ctxconfig, |
|
|
|
|
const _GLFWfbconfig* fbconfig, |
|
|
|
|