Merge branch 'multi-context-windows' of https://github.com/dougbinks/glfw into multi-context-windows

This commit is contained in:
Doug Binks 2025-12-29 17:22:39 +01:00
commit 8f27ab4f45

View File

@ -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;