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