mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-29 20:40:12 +08:00
[feat] display switch supported on MacOSx platform
This commit is contained in:
@@ -31,9 +31,9 @@ class ScreenCapturerSck : public ScreenCapturer {
|
||||
|
||||
int Resume(int monitor_index) override;
|
||||
|
||||
int SwitchTo(int monitor_index) override { return 0; }
|
||||
int SwitchTo(int monitor_index) override;
|
||||
|
||||
std::vector<DisplayInfo> GetDisplayInfoList() override { return {}; }
|
||||
std::vector<DisplayInfo> GetDisplayInfoList() override;
|
||||
|
||||
void OnFrame();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user