Files
FreeRDP/client/Windows
garbb 3d12e4e8ff do not resize client window if emart sizing is enabled
If smart-sizing option is enabled in windows client and the server's desktop resolution changes, do not change the size of the client window.
This is because I would assume that if the user has enabled smart-sizing, they would intend for the window to be set to a particular size and not change.
Also, when connecting to windows 10 client, `wf_desktop_resize()` is called once just after connect and so if wfreerdp is run with `/smart-sizing:WxH` then the window will start at the size `WxH` but then immediately change to the desktop resolution of the server which makes the `/smart-sizing:WxH` parameter effectively do nothing.
2022-09-12 09:23:05 +02:00
..
2022-03-03 11:26:48 +01:00
2022-01-11 12:34:43 +01:00
2022-01-19 09:24:57 +01:00
2022-07-04 14:31:08 +02:00
2022-06-23 08:48:39 +02:00
2019-11-07 10:53:54 +01:00
2022-02-14 14:59:22 +01:00
2022-09-12 08:40:10 +02:00
2022-06-23 08:48:39 +02:00
2019-11-07 10:53:54 +01:00
2022-03-03 11:26:48 +01:00