Added x11 support for monitor PnP detection.

This commit is contained in:
Marcel Metz
2012-01-30 16:21:21 +01:00
parent df64773a44
commit a69974403e
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ static void char_callback(GLFWwindow window, int character)
void monitor_callback(GLFWmonitor monitor, int event)
{
printf("%08x at %0.3f: Monitor %s %s",
printf("%08x at %0.3f: Monitor %s %s\n",
counter++,
glfwGetTime(),
glfwGetMonitorString(monitor, GLFW_MONITOR_NAME),