[feat] show 'Receiving screen' text before the remote frame arrives

This commit is contained in:
dijunkun
2026-03-09 22:37:50 +08:00
parent 8be46b870a
commit 754f1fba88
3 changed files with 36 additions and 0 deletions
+2
View File
@@ -261,6 +261,8 @@ class Render {
int NetTrafficStats(std::shared_ptr<SubStreamWindowProperties>& props);
void DrawConnectionStatusText(
std::shared_ptr<SubStreamWindowProperties>& props);
void DrawReceivingScreenText(
std::shared_ptr<SubStreamWindowProperties>& props);
#ifdef __APPLE__
int RequestPermissionWindow();
bool CheckScreenRecordingPermission();