Compare commits

..

1 Commits

Author SHA1 Message Date
Doug Binks
b5c68787a7
Merge af6e36f250 into 8e15281d34 2025-09-01 18:40:23 +02:00

View File

@ -641,6 +641,8 @@ GLFWbool _glfwCreateContextGLX(_GLFWwindow* window,
return GLFW_FALSE;
}
window->context.glx.fbconfig = native;
window->context.makeCurrent = makeContextCurrentGLX;
window->context.swapBuffers = swapBuffersGLX;
window->context.swapInterval = swapIntervalGLX;