From 6c38a99923bf9538ef5268c097f7f57898107066 Mon Sep 17 00:00:00 2001 From: jgcodes2020 Date: Tue, 24 Oct 2023 14:17:54 -0400 Subject: [PATCH] ACTUALLY fix all errors --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index 372e7651..ae07612e 100644 --- a/src/window.c +++ b/src/window.c @@ -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;