Skip to content

Commit 1940430

Browse files
committed
fix non-macos
1 parent b1e7ecb commit 1940430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capturer/engine/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub type ChannelItem = (
1818
screencapturekit::sc_output_handler::SCStreamOutputType,
1919
);
2020
#[cfg(not(target_os = "macos"))]
21-
pub type ChannelContents = Frame;
21+
pub type ChannelItem = Frame;
2222

2323
pub fn get_output_frame_size(options: &Options) -> [u32; 2] {
2424
#[cfg(target_os = "macos")]

0 commit comments

Comments
 (0)