mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 09:26:00 +01:00
renderer: partially revert previous xray fix (#6868)
modified: src/render/OpenGL.cpp
This commit is contained in:
parent
45c4898423
commit
ed6c701144
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ bool CHyprOpenGLImpl::passRequiresIntrospection(CMonitor* pMonitor) {
|
|||
if (!w->m_bIsFloating && *POPTIM && !w->onSpecialWorkspace())
|
||||
continue;
|
||||
|
||||
if (w->m_sWindowData.noBlur.valueOrDefault() || !w->m_sWindowData.xray.hasValue() || w->m_sWindowData.xray.valueOrDefault())
|
||||
if (w->m_sWindowData.noBlur.valueOrDefault() || w->m_sWindowData.xray.valueOrDefault())
|
||||
continue;
|
||||
|
||||
if (w->opaque())
|
||||
|
|
Loading…
Reference in a new issue