mirror of
https://github.com/glfw/glfw.git
synced 2025-11-11 16:59:29 +00:00
Compile fix
This commit is contained in:
parent
3f8f5bb1fd
commit
f8dfded8ba
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user