mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-18 01:03:14 +00:00
Fixed bug, where if multiple KVM sessions are connected, only the first one had the resolution sent...
This commit is contained in:
@@ -438,6 +438,8 @@ int kvm_server_inputdata(char* block, int blocklen)
|
|||||||
}
|
}
|
||||||
case MNG_KVM_REFRESH: // Refresh
|
case MNG_KVM_REFRESH: // Refresh
|
||||||
{
|
{
|
||||||
|
kvm_send_resolution();
|
||||||
|
|
||||||
int row, col;
|
int row, col;
|
||||||
if (size != 4) break;
|
if (size != 4) break;
|
||||||
if (g_tileInfo == NULL) {
|
if (g_tileInfo == NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user