mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-14 11:35:46 -07:00
renderer: damage decos on damageWindow
This commit is contained in:
@@ -1436,6 +1436,9 @@ void CHyprRenderer::damageWindow(CWindow* pWindow) {
|
|||||||
m->addDamage(&fixedDamageBox);
|
m->addDamage(&fixedDamageBox);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (auto& wd : pWindow->m_dWindowDecorations)
|
||||||
|
wd->damageEntire();
|
||||||
|
|
||||||
static auto* const PLOGDAMAGE = &g_pConfigManager->getConfigValuePtr("debug:log_damage")->intValue;
|
static auto* const PLOGDAMAGE = &g_pConfigManager->getConfigValuePtr("debug:log_damage")->intValue;
|
||||||
|
|
||||||
if (*PLOGDAMAGE)
|
if (*PLOGDAMAGE)
|
||||||
|
Reference in New Issue
Block a user