fix fade with deco

This commit is contained in:
vaxerski
2022-06-25 20:31:54 +02:00
parent 747ff3369d
commit 2955698f28
8 changed files with 11 additions and 10 deletions

View File

@@ -168,7 +168,7 @@ void CHyprRenderer::renderWindow(CWindow* pWindow, SMonitor* pMonitor, timespec*
// render window decorations first
for (auto& wd : pWindow->m_dWindowDecorations)
wd->draw(pMonitor);
wd->draw(pMonitor, renderdata.alpha * renderdata.fadeAlpha / 255.f);
if (!pWindow->m_bIsX11) {