mirror of
https://github.com/glfw/glfw.git
synced 2025-11-12 01:09:18 +00:00
Compare commits
1 Commits
c5c69a01a8
...
b5c68787a7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5c68787a7 |
@ -641,6 +641,8 @@ 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