Skip to content

Commit

Permalink
x11rdp: apply keyboard options
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed Sep 2, 2016
1 parent de6ed28 commit bc37e5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xorg/X11R7.6/rdp/rdpinput.c
Expand Up @@ -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 */
Expand Down

0 comments on commit bc37e5a

Please sign in to comment.