mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 15:05:58 +01:00
damage layersurfaces on commit
This commit is contained in:
parent
c2b8c27bc5
commit
c8721baa5a
1 changed files with 2 additions and 0 deletions
|
@ -156,4 +156,6 @@ void Events::listener_commitLayerSurface(void* owner, void* data) {
|
||||||
g_pLayoutManager->getCurrentLayout()->recalculateMonitor(PMONITOR->ID);
|
g_pLayoutManager->getCurrentLayout()->recalculateMonitor(PMONITOR->ID);
|
||||||
|
|
||||||
layersurface->position = Vector2D(layersurface->geometry.x, layersurface->geometry.y);
|
layersurface->position = Vector2D(layersurface->geometry.x, layersurface->geometry.y);
|
||||||
|
|
||||||
|
g_pHyprRenderer->damageBox(&layersurface->geometry);
|
||||||
}
|
}
|
Loading…
Reference in a new issue