Move all WGL weirdness to Win32 code

This commit is contained in:
Camilla Berglund
2015-10-28 02:06:51 +01:00
parent 97d8ea8119
commit 23bf1b530b
5 changed files with 6 additions and 20 deletions
-5
View File
@@ -191,11 +191,6 @@ int _glfwCreateContext(_GLFWwindow* window,
const _GLFWctxconfig* ctxconfig,
const _GLFWfbconfig* fbconfig);
void _glfwDestroyContext(_GLFWwindow* window);
#if defined(_GLFW_WIN32)
int _glfwAnalyzeContext(const _GLFWwindow* window,
const _GLFWctxconfig* ctxconfig,
const _GLFWfbconfig* fbconfig);
#endif /*_GLFW_WIN32*/
#if defined(_GLFW_X11)
GLFWbool _glfwChooseVisual(const _GLFWctxconfig* ctxconfig,
const _GLFWfbconfig* fbconfig,