We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a6214 commit c03f15aCopy full SHA for c03f15a
1 file changed
src/capturer/engine/win/mod.rs
@@ -215,10 +215,10 @@ pub fn create_capturer(
215
WCMonitor::from_raw_hmonitor(display.raw_handle.0),
216
show_cursor,
217
draw_border,
218
- color_format,
219
SecondaryWindowSettings::Default,
220
MinimumUpdateIntervalSettings::Default,
221
DirtyRegionSettings::Default,
+ color_format,
222
FlagStruct {
223
tx: tx.clone(),
224
crop: Some(get_crop_area(options)),
0 commit comments