mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Split platform-specific global data.
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ static _GLFWfbconfig* getFBConfigs(_GLFWwindow* window, unsigned int* found)
|
||||
|
||||
*found = 0;
|
||||
|
||||
if (_glfwLibrary.X11.glxMajor == 1 && _glfwLibrary.X11.glxMinor < 3)
|
||||
if (_glfwLibrary.GLX.majorVersion == 1 && _glfwLibrary.GLX.minorVersion < 3)
|
||||
{
|
||||
if (!window->GLX.SGIX_fbconfig)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user