mirror of https://github.com/neutrinolabs/xrdp
common: update client_info struct
This commit is contained in:
parent
1d9c773dbf
commit
b0a1832186
|
@ -113,6 +113,14 @@ struct xrdp_client_info
|
|||
|
||||
int keyboard_type;
|
||||
int keyboard_subtype;
|
||||
|
||||
int png_codec_id;
|
||||
int png_prop_len;
|
||||
char png_prop[64];
|
||||
int vendor_flags[4];
|
||||
int mcs_connection_type;
|
||||
int mcs_early_capability_flags;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue