Skip to content

Commit

Permalink
fix non-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Nov 7, 2024
1 parent b1e7ecb commit 1940430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capturer/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub type ChannelItem = (
screencapturekit::sc_output_handler::SCStreamOutputType,
);
#[cfg(not(target_os = "macos"))]
pub type ChannelContents = Frame;
pub type ChannelItem = Frame;

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

0 comments on commit 1940430

Please sign in to comment.