mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-01 12:38:02 +02:00
Fixes the non-working tearing by removing the incorrect opaqueness check for the windows. Fixes #9429
This commit is contained in:
parent
da2d7c3971
commit
10a335631e
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue