mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
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:
parent
62a766f75c
commit
8a348a4b99
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user