renderer: damage decos on damageWindow

This commit is contained in:
Vaxry 2023-06-27 13:23:53 +02:00
parent 62c75883d1
commit d83296c7a9

View file

@ -1436,6 +1436,9 @@ void CHyprRenderer::damageWindow(CWindow* pWindow) {
m->addDamage(&fixedDamageBox);
}
for (auto& wd : pWindow->m_dWindowDecorations)
wd->damageEntire();
static auto* const PLOGDAMAGE = &g_pConfigManager->getConfigValuePtr("debug:log_damage")->intValue;
if (*PLOGDAMAGE)