mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 22:22:00 -07:00
renderer: damage decos on damageWindow
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user