mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-04-02 23:55:30 +08:00
[fix] reset to initial monitor on connection close via ResetToInitialMonitor to fix black screen
This commit is contained in:
@@ -32,6 +32,7 @@ class ScreenCapturerWin : public ScreenCapturer {
|
||||
int Resume(int monitor_index) override;
|
||||
|
||||
int SwitchTo(int monitor_index) override;
|
||||
int ResetToInitialMonitor() override;
|
||||
|
||||
std::vector<DisplayInfo> GetDisplayInfoList() override;
|
||||
|
||||
@@ -51,4 +52,4 @@ class ScreenCapturerWin : public ScreenCapturer {
|
||||
void RebuildAliasesFromImpl();
|
||||
};
|
||||
} // namespace crossdesk
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user