mirror of
https://github.com/glfw/glfw.git
synced 2025-11-11 16:59:29 +00:00
Compare commits
3 Commits
b5c68787a7
...
c5c69a01a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5c69a01a8 | ||
|
|
f8dfded8ba | ||
|
|
3f8f5bb1fd |
@ -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…
Reference in New Issue
Block a user