winex11: Only warn when an RandR output has no modes.

This can legitimately happen when the output is disconnected.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Henri Verbeet 2016-04-19 18:34:08 +02:00 committed by Alexandre Julliard
parent 62a766f75c
commit 8a348a4b99

View File

@ -431,7 +431,7 @@ static int xrandr12_init_modes(void)
if (!output_info->nmode)
{
ERR("Output has no modes.\n");
WARN("Output has no modes.\n");
goto done;
}