Re-used POSITION_* tokens for monitor position.

This commit is contained in:
Camilla Berglund
2013-01-17 21:56:02 +01:00
parent 2cea6e37cf
commit ac5fee4d20
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -351,8 +351,8 @@ void monitor_callback(GLFWmonitor* monitor, int event)
glfwGetTime(),
glfwGetMonitorName(monitor),
mode.width, mode.height,
glfwGetMonitorParam(monitor, GLFW_MONITOR_POS_X),
glfwGetMonitorParam(monitor, GLFW_MONITOR_POS_Y),
glfwGetMonitorParam(monitor, GLFW_POSITION_X),
glfwGetMonitorParam(monitor, GLFW_POSITION_Y),
glfwGetMonitorParam(monitor, GLFW_MONITOR_WIDTH_MM),
glfwGetMonitorParam(monitor, GLFW_MONITOR_HEIGHT_MM));
}