parent
8bfff87833
commit
d0f58baf29
1 changed files with 3 additions and 0 deletions
|
|
@ -211,6 +211,9 @@ void CScreencopyFrame::renderMon() {
|
||||||
if (!g_pHyprRenderer->shouldRenderWindow(w, m_monitor.lock()))
|
if (!g_pHyprRenderer->shouldRenderWindow(w, m_monitor.lock()))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (w->isHidden())
|
||||||
|
continue;
|
||||||
|
|
||||||
const auto PWORKSPACE = w->m_workspace;
|
const auto PWORKSPACE = w->m_workspace;
|
||||||
|
|
||||||
if UNLIKELY (!PWORKSPACE)
|
if UNLIKELY (!PWORKSPACE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue