We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea4769 commit 4c1a33fCopy full SHA for 4c1a33f
src/protocols/Screencopy.cpp
@@ -513,6 +513,10 @@ void CScreencopyProtocol::destroyResource(CScreencopyFrame* frame) {
513
514
void CScreencopyProtocol::onOutputCommit(PHLMONITOR pMonitor) {
515
if (m_framesAwaitingWrite.empty()) {
516
+ for (auto client : m_clients) {
517
+ if (client->m_framesInLastHalfSecond > 0)
518
+ return;
519
+ }
520
g_pHyprRenderer->m_directScanoutBlocked = false;
521
return; // nothing to share
522
}
0 commit comments