added keyboard info to xrdp_client_info.h

This commit is contained in:
Jay Sorg 2014-07-31 15:34:05 -07:00
parent 162becfe55
commit b30b74b3b3
1 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,11 @@ struct xrdp_client_info
char certificate[1024];
char key_file[1024];
/* X11 keyboard layout - inferred from keyboard type/subtype */
char model[16];
char layout[16];
char variant[16];
};
#endif