mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
libfreerdp-client: fix /gfx option
This commit is contained in:
parent
659f80e172
commit
267e95590b
@ -1577,6 +1577,10 @@ int freerdp_client_settings_parse_command_line_arguments(rdpSettings* settings,
|
|||||||
CommandLineSwitchCase(arg, "gfx")
|
CommandLineSwitchCase(arg, "gfx")
|
||||||
{
|
{
|
||||||
settings->SupportGraphicsPipeline = TRUE;
|
settings->SupportGraphicsPipeline = TRUE;
|
||||||
|
settings->FastPathOutput = TRUE;
|
||||||
|
settings->ColorDepth = 32;
|
||||||
|
settings->LargePointerFlag = TRUE;
|
||||||
|
settings->FrameMarkerCommandEnabled = TRUE;
|
||||||
}
|
}
|
||||||
CommandLineSwitchCase(arg, "rfx")
|
CommandLineSwitchCase(arg, "rfx")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user