ACTUALLY fix all errors

This commit is contained in:
jgcodes2020 2023-10-24 14:17:54 -04:00
parent d0b91e22f4
commit 6c38a99923

View File

@ -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;