mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 20:21:54 -07:00
damage layersurfaces on commit
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user