Renamed glfwGetMonitorString to glfwGetMonitorName.

This commit is contained in:
Camilla Berglund
2012-10-18 23:01:41 +02:00
parent c1bb1d8a6e
commit da31167193
5 changed files with 7 additions and 16 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ void monitor_callback(GLFWmonitor monitor, int event)
printf("%08x at %0.3f: Monitor %s %s\n",
counter++,
glfwGetTime(),
glfwGetMonitorString(monitor, GLFW_MONITOR_NAME),
glfwGetMonitorName(monitor),
get_monitor_event_name(event));
}