mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 23:05:59 +01:00
shadow: drop useless damageEntire()
This commit is contained in:
parent
24ed9b061f
commit
0e31eaa157
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ void CHyprDropShadowDecoration::damageEntire() {
|
|||
}
|
||||
|
||||
void CHyprDropShadowDecoration::updateWindow(CWindow* pWindow) {
|
||||
damageEntire();
|
||||
|
||||
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(pWindow->m_iWorkspaceID);
|
||||
|
||||
|
|
Loading…
Reference in a new issue