mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 23:43:15 +00:00
Cleanup.
This commit is contained in:
committed by
Camilla Berglund
parent
dcb4d8ee32
commit
763ec6cbcb
+6
-8
@@ -191,14 +191,12 @@ static GLXContext createLegacyContext(_GLFWwindow* window,
|
||||
share,
|
||||
True);
|
||||
}
|
||||
else
|
||||
{
|
||||
return glXCreateNewContext(_glfw.x11.display,
|
||||
fbconfig,
|
||||
GLX_RGBA_TYPE,
|
||||
share,
|
||||
True);
|
||||
}
|
||||
|
||||
return glXCreateNewContext(_glfw.x11.display,
|
||||
fbconfig,
|
||||
GLX_RGBA_TYPE,
|
||||
share,
|
||||
True);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user