mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Remove _glfwInputWindowMonitor from win32_window.c
This commit is contained in:
parent
1c6b60e9c0
commit
cb3bc2dd67
@ -1723,7 +1723,7 @@ void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,
|
||||
if (window->monitor)
|
||||
releaseMonitor(window);
|
||||
|
||||
_glfwInputWindowMonitor(window, monitor);
|
||||
window->monitor = monitor;
|
||||
|
||||
if (window->monitor)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user