diff --git a/src/protocols/Screencopy.cpp b/src/protocols/Screencopy.cpp index 95542f34..11dcf89d 100644 --- a/src/protocols/Screencopy.cpp +++ b/src/protocols/Screencopy.cpp @@ -531,6 +531,8 @@ bool CScreencopyProtocolManager::copyFrameDmabuf(SScreencopyFrame* frame) { g_pHyprOpenGL->renderTexture(sourceTex, &monbox, 1); g_pHyprOpenGL->setMonitorTransformEnabled(true); + frame->pMonitor->lastFrameDamage = fakeDamage; + g_pHyprRenderer->endRender(); wlr_texture_destroy(sourceTex);