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
-11
View File
@@ -526,17 +526,6 @@ void _glfwDestroyContext(_GLFWwindow* window)
}
}
// Analyzes the specified context for possible recreation
//
#if defined(_GLFW_WIN32)
int _glfwAnalyzeContext(const _GLFWwindow* window,
const _GLFWctxconfig* ctxconfig,
const _GLFWfbconfig* fbconfig)
{
return _GLFW_RECREATION_NOT_NEEDED;
}
#endif // _GLFW_WIN32
// Returns the Visual and depth of the chosen EGLConfig
//
#if defined(_GLFW_X11)