commit | fc5235cd2ef9d63a9e14a185a20cbadb3b64436a | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Mon Dec 31 04:06:01 2012 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Mon Dec 31 04:06:01 2012 +0100 |
tree | 0b5d46d45df57c878c7be02096382988c3ee7cc8 | |
parent | cf42282cfba20df08fe581f1e781880f1e381ba5 [diff] |
Added todo.
diff --git a/src/monitor.c b/src/monitor.c index 38fd9fe..bfd7f3d 100644 --- a/src/monitor.c +++ b/src/monitor.c
@@ -142,6 +142,8 @@ // 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;