Skip to content

Commit c03f15a

Browse files
committed
fix windows build
1 parent f9a6214 commit c03f15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capturer/engine/win/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ pub fn create_capturer(
215215
WCMonitor::from_raw_hmonitor(display.raw_handle.0),
216216
show_cursor,
217217
draw_border,
218-
color_format,
219218
SecondaryWindowSettings::Default,
220219
MinimumUpdateIntervalSettings::Default,
221220
DirtyRegionSettings::Default,
221+
color_format,
222222
FlagStruct {
223223
tx: tx.clone(),
224224
crop: Some(get_crop_area(options)),

0 commit comments

Comments
 (0)