Merge pull request #5146 from oshogbo/master

There is only one primary monitor do not look for more.
This commit is contained in:
Bernhard Miklautz 2018-12-14 08:13:42 +00:00 committed by GitHub
commit da819bf770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1807,6 +1807,7 @@ void gcc_write_client_monitor_data(wStream* s, rdpMcs* mcs)
{
baseX = settings->MonitorDefArray[i].x;
baseY = settings->MonitorDefArray[i].y;
break;
}
}