mirror of
https://github.com/glfw/glfw.git
synced 2026-01-10 00:03:25 +00:00
Merge branch 'multi-context-windows' of https://github.com/dougbinks/glfw into multi-context-windows
This commit is contained in:
commit
8f27ab4f45
@ -641,8 +641,6 @@ GLFWbool _glfwCreateContextGLX(_GLFWwindow* window,
|
||||
return GLFW_FALSE;
|
||||
}
|
||||
|
||||
window->context.glx.fbconfig = native;
|
||||
|
||||
window->context.makeCurrent = makeContextCurrentGLX;
|
||||
window->context.swapBuffers = swapBuffersGLX;
|
||||
window->context.swapInterval = swapIntervalGLX;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user