mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Win32: Update all monitor handles on config change
Closes #1761. (cherry picked from commit fecd711e0bc9779c379f00e63c1ab7a5081e1954)
This commit is contained in:
parent
e341080489
commit
c3250be690
@ -185,6 +185,8 @@ void _glfwPollMonitorsWin32(void)
|
||||
display.DeviceName) == 0)
|
||||
{
|
||||
disconnected[i] = NULL;
|
||||
// handle may have changed, update
|
||||
EnumDisplayMonitors(NULL, NULL, monitorCallback, (LPARAM) _glfw.monitors[i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user