X11: Narrow criteria for disabling RandR

Fixes #972.
This commit is contained in:
Camilla Löwy
2017-03-19 05:30:27 +01:00
parent cf2eab5b4e
commit 5fe4dfb511
3 changed files with 9 additions and 18 deletions
-7
View File
@@ -202,13 +202,6 @@ void _glfwPollMonitorsX11(void)
}
free(disconnected);
if (!_glfw.monitorCount)
{
_glfwInputError(GLFW_PLATFORM_ERROR,
"X11: RandR monitor support seems broken");
_glfw.x11.randr.monitorBroken = GLFW_TRUE;
}
}
if (!_glfw.monitorCount)