Removed 'screen' from monitor nomenclature.

This commit is contained in:
Camilla Berglund
2012-10-22 02:39:22 +02:00
parent 73ca3bdbb6
commit 2108360671
6 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ static void list_modes(GLFWmonitor monitor)
printf("Name: %s\n", glfwGetMonitorName(monitor));
printf("Current mode: %s\n", format_mode(&mode));
printf("Virtual position: %i %i\n",
glfwGetMonitorParam(monitor, GLFW_MONITOR_SCREEN_POS_X),
glfwGetMonitorParam(monitor, GLFW_MONITOR_SCREEN_POS_Y));
glfwGetMonitorParam(monitor, GLFW_MONITOR_POS_X),
glfwGetMonitorParam(monitor, GLFW_MONITOR_POS_Y));
widthMM = glfwGetMonitorParam(monitor, GLFW_MONITOR_PHYSICAL_WIDTH);
heightMM = glfwGetMonitorParam(monitor, GLFW_MONITOR_PHYSICAL_HEIGHT);