solitary: Fix the non-working tearing #9429 (#9772)

Fixes the non-working tearing by removing the incorrect
opaqueness check for the windows.

Fixes #9429
This commit is contained in:
Shockingly Good
2025-03-30 20:29:39 +02:00
committed by GitHub
parent da2d7c3971
commit 10a335631e

View File

@@ -1148,9 +1148,6 @@ bool CWindow::opaque() {
if (m_fAlpha->value() != 1.f || m_fActiveInactiveAlpha->value() != 1.f)
return false;
if (m_vRealSize->goal().floor() != m_vReportedSize)
return false;
const auto PWORKSPACE = m_pWorkspace;
if (m_pWLSurface->small() && !m_pWLSurface->m_bFillIgnoreSmall)