server: server must store the pointer cache size from client.
This commit is contained in:
parent
1def0258ca
commit
f788581586
@ -498,6 +498,11 @@ void rdp_read_pointer_capability_set(STREAM* s, uint16 length, rdpSettings* sett
|
||||
|
||||
if (colorPointerFlag == false)
|
||||
settings->color_pointer = false;
|
||||
|
||||
if (settings->server_mode)
|
||||
{
|
||||
settings->pointer_cache_size = pointerCacheSize;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user