diff options
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r-- | common/xrdp_client_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h index 7a7aed92..bccb4436 100644 --- a/common/xrdp_client_info.h +++ b/common/xrdp_client_info.h @@ -122,6 +122,8 @@ struct xrdp_client_info int mcs_early_capability_flags; int max_fastpath_frag_bytes; + int capture_code; + int capture_format; }; |