mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-10 11:05:58 +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())
|
if (!w->m_bIsFloating && *POPTIM && !w->onSpecialWorkspace())
|
||||||
continue;
|
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;
|
continue;
|
||||||
|
|
||||||
if (w->opaque())
|
if (w->opaque())
|
||||||
|
|
Loading…
Reference in a new issue