Commit 8a348a4b authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

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

This can legitimately happen when the output is disconnected. Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 62a766f7
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment