mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[core,info] only set HIDEF_RAIL if RdpVersion recent enough
This commit is contained in:
@@ -786,7 +786,10 @@ static BOOL rdp_write_info_packet(rdpRdp* rdp, wStream* s)
|
||||
if (settings->RemoteApplicationMode)
|
||||
{
|
||||
if (settings->HiDefRemoteApp)
|
||||
flags |= INFO_HIDEF_RAIL_SUPPORTED;
|
||||
{
|
||||
if (settings->RdpVersion >= RDP_VERSION_10_0)
|
||||
flags |= INFO_HIDEF_RAIL_SUPPORTED;
|
||||
}
|
||||
|
||||
flags |= INFO_RAIL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user