x11rdp: apply keyboard options
This commit is contained in:
parent
de6ed280b2
commit
bc37e5aaac
@ -325,6 +325,10 @@ rdpLoadLayout(struct xrdp_client_info *client_info)
|
||||
{
|
||||
set.layout = client_info->layout;
|
||||
}
|
||||
if (strlen(client_info->options) > 0)
|
||||
{
|
||||
set.options = client_info->options;
|
||||
}
|
||||
|
||||
retry:
|
||||
/* free some stuff so we can call InitKeyboardDeviceStruct again */
|
||||
|
Loading…
Reference in New Issue
Block a user