mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 08:43: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;
|
return GLFW_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
window->context.glx.fbconfig = native;
|
|
||||||
|
|
||||||
window->context.makeCurrent = makeContextCurrentGLX;
|
window->context.makeCurrent = makeContextCurrentGLX;
|
||||||
window->context.swapBuffers = swapBuffersGLX;
|
window->context.swapBuffers = swapBuffersGLX;
|
||||||
window->context.swapInterval = swapIntervalGLX;
|
window->context.swapInterval = swapIntervalGLX;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user