mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
chore: 修复编译
This commit is contained in:
parent
8ccf7b4d36
commit
607ff88965
1 changed files with 2 additions and 2 deletions
|
|
@ -129,10 +129,10 @@ FrameSourceBase::UpdateState GraphicsCaptureFrameSource::Update() noexcept {
|
|||
|
||||
void GraphicsCaptureFrameSource::OnCursorVisibilityChanged(bool isVisible) noexcept {
|
||||
// 显示光标时必须重启捕获
|
||||
/*if (isVisible) {
|
||||
if (isVisible) {
|
||||
_StopCapture();
|
||||
_StartCapture();
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
bool GraphicsCaptureFrameSource::_CaptureWindow(IGraphicsCaptureItemInterop* interop) noexcept {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue