1. There is `gdi->stride` which is the byte size of a line, so you don“t
need to calculate it yourself (the lines might have additional alignment)
2. If you set freerdp_settings_set_bool(context->settings,
FreeRDP_IgnoreCertificate, TRUE) the command line /cert-ignore is useless
3. /gdi:hw is us
Greetings, here i try to make use of example provided with freerdp project -
'tf_client.c'
I did alter settings a bit, i hardcoded:
" if (!freerdp_settings_set_bool(context->settings, FreeRDP_IgnoreCertificate,
TRUE)) return FALSE;
if (!freerdp_settings_set_bool(context->settings, FreeRDP_Authent