Skip to content

Schedule workspace repaint when window leaves current desktop

Vlad Zahorodnii requested to merge work/zzag/add-workspace-repaint into master

When a window leaves the current virtual desktop, we need to schedule a workspace repaint so the compositor repaints the old region of the window on the current desktop.

In hindsight, the scene graph must schedule a repaint, but it's not doable with the current effects api, it will be changed with future refactoring changes.

BUG: 444172

Merge request reports