diff options
Diffstat (limited to 'include/capture/kms.h')
-rw-r--r-- | include/capture/kms.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/capture/kms.h b/include/capture/kms.h index bf1ba62..ce09817 100644 --- a/include/capture/kms.h +++ b/include/capture/kms.h @@ -5,13 +5,13 @@ typedef struct { gsr_egl *egl; - const char *display_to_capture; /* if this is "screen", then the first monitor is captured. A copy is made of this */ - gsr_color_depth color_depth; - gsr_color_range color_range; + const char *display_to_capture; /* A copy is made of this */ bool hdr; bool record_cursor; int fps; vec2i output_resolution; + vec2i region_size; + vec2i region_position; } gsr_capture_kms_params; gsr_capture* gsr_capture_kms_create(const gsr_capture_kms_params *params); |