mirror of https://github.com/FreeRDP/FreeRDP
Fixed:
I mistaked to set position for kbd_type,kbd_subtype and kbd_fn_keys. After kbd_layout has been set, I set them. There is a failure in my test method.
This commit is contained in:
parent
3dcfe212a9
commit
de9156e4a0
|
@ -56,11 +56,11 @@ boolean freerdp_connect(freerdp* instance)
|
|||
|
||||
rdp = instance->context->rdp;
|
||||
|
||||
IFCALLRET(instance->PreConnect, status, instance);
|
||||
|
||||
/* Advanced settings for keyboard layout */
|
||||
freerdp_keyboard_set_layout_code(rdp->mcs->transport->settings);
|
||||
|
||||
IFCALLRET(instance->PreConnect, status, instance);
|
||||
|
||||
extension_load_and_init_plugins(rdp->extension);
|
||||
extension_pre_connect(rdp->extension);
|
||||
|
||||
|
|
Loading…
Reference in New Issue