Skip to content

screen edge: Emit cleanup signals if needed on teardown

David Edmundson requested to merge work/d_ed/screen_edge into master

The Effects API has one signal screenEdgeApproaching with effects monitoring the last signal to stay in sync.

If an Edge is destroyed whilst visible, effects currently do not get notified and it can stay there forever.

This patch emits screenEdgeApproaching if appropriate with a factor of 0 when an edge is destroyed.

BUG: 403354

Merge request reports