Skip to content

Commit

Permalink
Frame capture intervals are not private to xrdp
Browse files Browse the repository at this point in the history
(cherry picked from commit 56b4ca0)
  • Loading branch information
metalefty committed Nov 21, 2024
1 parent 7214afb commit 1964dab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common/xrdp_client_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ struct xrdp_client_info
int x11_keycode_num_lock;
int x11_keycode_scroll_lock;

/* xorgxrdp: frame capture interval (milliseconds) */
int rfx_frame_interval;
int h264_frame_interval;
int normal_frame_interval;

/* ==================================================================== */
/* Private to xrdp below this line */
/* ==================================================================== */
Expand Down Expand Up @@ -255,11 +260,6 @@ struct xrdp_client_info

enum unicode_input_state unicode_input_support;
enum xrdp_capture_code capture_code;

/* xorgxrdp: frame capture interval (milliseconds) */
int rfx_frame_interval;
int h264_frame_interval;
int normal_frame_interval;
};

enum xrdp_encoder_flags
Expand Down

0 comments on commit 1964dab

Please sign in to comment.