damage layersurfaces on commit

This commit is contained in:
vaxerski 2022-04-14 20:22:14 +02:00
parent c2b8c27bc5
commit c8721baa5a
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}