mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
ACTUALLY fix all errors
This commit is contained in:
parent
d0b91e22f4
commit
6c38a99923
@ -286,7 +286,7 @@ GLFWAPI GLFWwindow* glfwAttachWindow(intptr_t nativeWindow, GLFWwindow* share) {
|
||||
|
||||
window->autoIconify = wndconfig.autoIconify;
|
||||
window->cursorMode = GLFW_CURSOR_NORMAL;
|
||||
window->external = true;
|
||||
window->external = GLFW_TRUE;
|
||||
|
||||
window->minwidth = GLFW_DONT_CARE;
|
||||
window->minheight = GLFW_DONT_CARE;
|
||||
|
Loading…
Reference in New Issue
Block a user