[refactor] add namespace 'crossdesk' to codebase

This commit is contained in:
dijunkun
2025-10-27 17:10:01 +08:00
parent 3b34c26555
commit 73bbf642fa
68 changed files with 284 additions and 539 deletions

View File

@@ -22,6 +22,8 @@
#include "display_info.h"
#include "rd_log.h"
namespace crossdesk {
static const int kFullDesktopScreenId = -1;
class ScreenCapturerSckImpl;
@@ -485,4 +487,5 @@ std::unique_ptr<ScreenCapturer> ScreenCapturerSck::CreateScreenCapturerSck() {
_capturer = nullptr;
}
@end
@end
} // namespace crossdesk