Re: [FreeRDP-devel] Gdi primary buffer is all zeroes

2021-10-12 Thread Armin Novak via FreeRDP-devel
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

[FreeRDP-devel] Gdi primary buffer is all zeroes

2021-10-11 Thread ontario78 ontario78 via FreeRDP-devel
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