From 9451809dce4efb5f0efea002f69448ab98feefa6 Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Sat, 25 Nov 2023 21:34:03 +0000 Subject: [PATCH] [*] unsure of any point in keeping exclusive fullscreen logic in here (2eed28ed cont) --- src/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/window.c b/src/window.c index a23ad612..38d29615 100644 --- a/src/window.c +++ b/src/window.c @@ -958,8 +958,8 @@ GLFWAPI void glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) case GLFW_FLOATING: window->floating = value; - if (!window->monitor) - _glfw.platform.setWindowFloating(window, value); + //if (!window->monitor) + _glfw.platform.setWindowFloating(window, value); return; case GLFW_FOCUS_ON_SHOW: