mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-12-24 17:41:41 +08:00
[fix] fix compile error on MacOSx
This commit is contained in:
@@ -42,9 +42,9 @@ int ScreenCapturerSck::Start() {
|
||||
|
||||
int ScreenCapturerSck::Stop() { return 0; }
|
||||
|
||||
int ScreenCapturerSck::Pause() { return 0; }
|
||||
int ScreenCapturerSck::Pause(int monitor_index) { return 0; }
|
||||
|
||||
int ScreenCapturerSck::Resume() { return 0; }
|
||||
int ScreenCapturerSck::Resume(int monitor_index) { return 0; }
|
||||
|
||||
void ScreenCapturerSck::OnFrame() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user