[*] unsure of any point in keeping exclusive fullscreen logic in here (2eed28ed cont)

This commit is contained in:
Reece Wilson 2023-11-25 21:34:03 +00:00
parent 2eed28ed54
commit 9451809dce

View File

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