mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Renamed glfwGetMonitorString to glfwGetMonitorName.
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user