mac-capture: Make background transparent in SCK App Capture on macOS 13+

master
gxalpha 2022-07-30 00:50:12 +02:00 committed by Matt Gajownik
parent 92824b5e2e
commit 728d919bde
1 changed files with 5 additions and 0 deletions

View File

@ -445,6 +445,11 @@ static bool init_screen_stream(struct screen_capture *sc)
includingApplications:target_application_array
exceptingWindows:[[NSArray alloc] init]];
if (@available(macOS 13.0, *))
[sc->stream_properties
setBackgroundColor:CGColorGetConstantColor(
kCGColorClear)];
set_display_mode(sc, target_display);
} break;
}