mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added todo.
This commit is contained in:
parent
cf42282cfb
commit
fc5235cd2e
@ -142,6 +142,8 @@ void _glfwInputMonitorChange(void)
|
||||
// This monitor was connected before, so re-use the existing
|
||||
// monitor object to preserve its address and user pointer
|
||||
|
||||
// TODO: Transfer monitor properties
|
||||
|
||||
_glfwDestroyMonitor(monitors[i]);
|
||||
monitors[i] = _glfwLibrary.monitors[j];
|
||||
_glfwLibrary.monitors[j] = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user