Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Oct 4, 2024
1 parent aa699be commit aabe47b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions screen_capture_kit_manual.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ const objc = @import("objc.zig");
const size_t = usize;
const OSType = [4]u8;
const CMTime = cm.Time;
const CMClockRef = cm.CMClockRef;
pub const CMSampleBufferRef = cm.CMSampleBufferRef;
const CMClockRef = cm.ClockRef;
pub const CMSampleBufferRef = cm.SampleBufferRef;
pub const dispatch_queue_t = *anyopaque;
4 changes: 2 additions & 2 deletions src/screen_capture_kit.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const objc = @import("objc.zig");
const size_t = usize;
const OSType = [4]u8;
const CMTime = cm.Time;
const CMClockRef = cm.CMClockRef;
pub const CMSampleBufferRef = cm.CMSampleBufferRef;
const CMClockRef = cm.ClockRef;
pub const CMSampleBufferRef = cm.SampleBufferRef;
pub const dispatch_queue_t = *anyopaque;

pub const SCShareableContentStyle = ns.Integer;
Expand Down

0 comments on commit aabe47b

Please sign in to comment.