plugins/screencast: Avoid Window::addRepaintFull()

It will be dropped.
This commit is contained in:
Vlad Zahorodnii 2022-04-29 20:03:28 +03:00
parent aa432e5947
commit 55f0ccc0fe

View file

@ -59,7 +59,7 @@ private:
connect(m_window, &Window::damaged, this, &WindowStream::includeDamage);
m_damagedRegion = m_window->visibleGeometry();
m_window->addRepaintFull();
m_window->output()->renderLoop()->scheduleRepaint();
}
void stopFeeding()