mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 07:58:02 +02: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);
|
||||
|
||||
layersurface->position = Vector2D(layersurface->geometry.x, layersurface->geometry.y);
|
||||
|
||||
g_pHyprRenderer->damageBox(&layersurface->geometry);
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue