Compare commits

..

3 Commits

Author SHA1 Message Date
Doug Binks
c5c69a01a8
Merge f8dfded8ba into 8e15281d34 2025-10-28 16:57:22 +00:00
Doug Binks
f8dfded8ba Compile fix 2025-10-28 16:57:06 +00:00
Doug Binks
3f8f5bb1fd Merge branch 'master' into multi-context-windows 2025-10-28 16:30:42 +00:00

View File

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