mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Merge branch 'multi-context-windows' of https://github.com/dougbinks/glfw into multi-context-windows
This commit is contained in:
commit
8f27ab4f45
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue