瀏覽代碼

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

gxalpha 3 年之前
父節點
當前提交
728d919bde
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      plugins/mac-capture/mac-screen-capture.m

+ 5 - 0
plugins/mac-capture/mac-screen-capture.m

@@ -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;
 	}